Image gallery with caption using CloudinaryImage on keystonejs
问题 I'm using keystonejs and CloudinaryImages to create an Image Gallery. { type: Types.CloudinaryImages } I need the ability to add a caption to the images. I was also reading this: https://github.com/keystonejs/keystone/pull/604 but I could not figure out if this option is already in place or not. Any idea? Thanks. 回答1: I had a similar problem, I wanted to be able to give Images there own descriptions and other attributes, while also being included in a Gallery with a Gallery description. This