DataFormLayout children stack direction. #69127
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Enhancement
A suggestion for improvement.
What problem does this address?
In the DataFormLayout, when dealing with children, it would be nice to choose an
<HStack>
instead of a<VStack>
on the off chance the children would look better in a row rather than a column.gutenberg/packages/dataviews/src/dataforms-layouts/data-form-layout.tsx
Line 51 in c8cf3b9
What is your proposed solution?
Add a
direction
orlayout
when declaring the field that has children.The text was updated successfully, but these errors were encountered: