yii2-gallery-widget icon indicating copy to clipboard operation
yii2-gallery-widget copied to clipboard

field "title"

Open pitonn opened this issue 8 years ago • 0 comments

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' => '???????????????????????????????????????')
    ],
]

pitonn avatar Mar 08 '16 14:03 pitonn