-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Feature Request
I would like the ability to either:
- Collapse/Expand groups similar to Sanity's collapsible attribute on fieldsets
- Organise groups into tabs on a given block
- Provide a separate "block settings" UI for certain properties
What the best approach to take I'm not sure but ideally it shouldn't change the shape of the data coming back from the API, it'd just be a way of visually organising repeated properties, similar to the admin: { sidebar: true } property.
Use-Case
A really nice feature is being able to visually stash of fields in the sidebar, which means that editors can focus on content in the main area. Now, some of my blocks have some shared optional groups, things like background properties. If I type and test things properly this means I can make the block editing experience super flexible without increasing the complexity of the code via β¨compositionβ¨.
The main problem though is that it clutters up the editing experience a lot as seen in the screenshot attached. π
