New presentational field: modal #12767
bratvanov
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if Payload had a
modal
presentational field to improve UI organization for complex field setups – similar to the existingcollapsible
ortabs
fields.The
modal
field could render a button using thelabel
option. When clicked, it would open a modal containing the definedfields
array. Aname
option can group contained field data into an object when stored and retrieved from the database.This approach is highly space-efficient, as it hides non-primary fields behind a single button, using less space than
tabs
orcollapsible
. It also enhances focus during editing by isolating the modal from surrounding content and other fields.Beta Was this translation helpful? Give feedback.
All reactions