Allow unnamed groups to be used as presentational-only #6701
tomparkp
started this conversation in
Feature Requests & Ideas
Replies: 2 comments
-
Actually I have to make a correction as it looks like So this would also be a bit of a feature request: allowing the usage of UI only groups for organizing controls without impacting the database structure. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @tomparkp — I would love to see the Group have the ability to be presentational-only! Let's create this into a Feature Request and we will get it done for you. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation Issue
I had a large editor screen that I wanted to organize visually but without impacting the database structure.
From looking at the docs.name
in group is marked with an asterisk indicating it's required but I found that I was able exclude name and only uselabel
to achieve what I was looking forI think it should be noted in the docs as I could see other users wanting the visual benefit of a group without impacting the db. I could also see users not realizing that groups prefix db tables (in Postgres, I'm guessing in Mongo they nest which is logical) so it might be worth calling out in the docs.
Additional Details
I am using Payload 3.0.0 beta so it's possible this doesn't apply to v2 (I don't think there are v3 docs published so not sure).
Beta Was this translation helpful? Give feedback.
All reactions