zxbodya / yii2-gallery-manager

93 stars 61 forks source link

Additional fields for for each image #49

Open nazakar opened 7 years ago

nazakar commented 7 years ago

Hi, how can I add additional fields for each image as name and description? Problem is in jquery.galleryManager.

zxbodya commented 7 years ago

currently there is no such functionality builtin,

you can do this by forking an extension and adding appropriate fields(in the same way as name and description are currently implemented) - probably it is not complicated, but you will need to touch almost every part of it