Support for Repeating Groups with Inline Add/Edit #356
signalwerk
started this conversation in
Feature request
Replies: 1 comment
-
@signalwerk this is really cool. I saw that on Strapi and I found that really useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be extremely useful if Manifest supported "repeating groups" (In Decap/Netlify CMS also called Nested Collections) – a way to add multiple items or even combinations of fields within a single entity. For example, instead of having a single image field, users could define a repeating group (e.g., "gallery") that allows them to add multiple images along with additional details like captions and alt text. Ideally, this group would support inline add/edit functionality, so users can manage each item directly within the parent entity view. This feature would simplify data modelling for scenarios where multiple entries are required without the overhead of creating separate entities for each instance.
Here a visual representation of how I imagine this:
The definition of the property could be like:
behind the scene and in the API it would work exaclty like a
belongsToMany
relation. Only that the collection would not be visible to the user under collection (no edit out of context of the «parent»-entity). So for the database-tableeditor
there would beeditor_gallery
andeditor_urls
.Beta Was this translation helpful? Give feedback.
All reactions