Field Groups #8001
raveling
started this conversation in
Feature requests
Field Groups
#8001
Replies: 4 comments
-
|
I would love a feature like that. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as duplicate.
This comment was marked as duplicate.
-
|
A few thoughts around how this might look in configuration... posted here for posterity 📘 Using the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Glad to see this was added by #4805. Might be good to add some documentation for it as well. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Grouping fields:
When configuring the Admin UI for users, it can sometimes be helpful to group a series of fields together to provide a related context and thereby improve the editing experience.
Grouping fields can be helpful in situations like:
Progressive disclosure:
In addition to grouping related fields, providing Admin UI users with a means in which to hide or reveal a group of fields can move complex or less frequently used fields out of the main editing flow and into secondary locations. A progressive disclosure mechanism (e.g. accordion) would make it possible for the user to have more information within reach without causing visual overwhelm.
Before this feature, developers could place related fields in adjacent order on the item form, but the only way to visually signify relatedness, or offer progressive disclosure would involve the creation of a custom field view.
A Field Groups feature would make it easy for a developer to achieve the design intent below in in a low friction manner from within their
schema.tsfile.Beta Was this translation helpful? Give feedback.
All reactions