2amigos / yii2-gallery-widget

BlueImp Gallery Widget for Yii2
http://yiiwheels.com
Other
60 stars 37 forks source link

field "title" #13

Open pitonn opened 8 years ago

pitonn commented 8 years ago

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