Vertical Tabs field #12877
bratvanov
started this conversation in
Feature Requests & Ideas
Vertical Tabs field
#12877
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.
-
Currently, the tabs field can only be horizontal. I propose adding an
admin.layout
option that supports avertical
value, like the radio group field.It should be possible to implement the vertical tabs layout with some fairly simple CSS (
flex-direction: column;
plus additional tweaks) without changing the tabs component existing DOM/component.Beta Was this translation helpful? Give feedback.
All reactions