Admin UI is not hierarchical like it should #7336
Replies: 1 comment
-
Hey @tkrotoff — you can actually customize the The hierarchy from Storyblok / Strapi comes from the fact that their "group" field renders a gray background container for its sub-fields and that is something that we are unlikely to do (at least for now). Our "group" field uses a top and bottom border to separate itself from other fields, but we are open to changing this in the future if we can come up with a design pattern that fits the UX of Payload (avoiding having the light gray background container). I will convert this to a feature discussion so that we can track it accordingly, and others can weigh in! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Payload Version
3.0.0-beta.68
Node Version
20.12.2
Next.js Version
15.0.0-canary.53
Describe the Bug
I have a GlobalConfig named Homepage
In it I have one entry named "VisualLinks" which contains multiple links
Here the definition (no problem here):
Here the JSON returned (no problem here):
==> it does not respect the hierarchy defined
links
is insidevisualLinks
:Reproduction Steps
Create a hierarchy of components, go to admin and see the hierarchy is not displayed like it should.
Beta Was this translation helpful? Give feedback.
All reactions