yii2-gallery-widget
yii2-gallery-widget copied to clipboard
field "title"
Sorry for my english, I hope clearly describe.
You have a good extension, but there is a small flaw I believe. There is a "title" field you want to fill in, but in fact it is no where to be filled. It would be nice if you add the field or during the loading of images (each image) or after.
$items = [
[
'url' => '',
'src' => '',
'options' => array('title' => '???????????????????????????????????????')
],
]