Replies: 1 comment 8 replies
-
Hi, It sounds like you're looking for a more dynamic way to handle image uploads within your album form. Luckily, Contember Studio provides a gallery plugin, which should cover most of your requirements out-of-the-box. You can add plugin by asking Studio AI to do it from you (e.g. Additionally, in Interface v2, you can use the ImageRepeaterField, which simplifies the process of uploading multiple images at once. This field allows you to display images in a grid layout and makes bulk uploads easy. Here's an example of how you can implement it: <ImageRepeaterField
field="imageList.items"
baseField="image"
label="Image file"
description="A brief description of the image file."
/> This should bring the UI closer to the CMS standards you're aiming for, with enhanced support for multiple file uploads. |
Beta Was this translation helpful? Give feedback.
-
I asked the Studio for albums and images which resulted in this model:
But generated interface was complete nonsence - just text fields for everything including url.
I changed it like this and it works:
But it is far from the usual UI in CMS world - Album form should have photos in the grid and uploading new photos should support multiple files at once.
How to do it in the Interface v2?
Beta Was this translation helpful? Give feedback.
All reactions