-
Notifications
You must be signed in to change notification settings - Fork 4.8k
DataFormLayout children stack direction. #69127
Copy link
Copy link
Closed
Labels
[Feature] DataViewsWork surrounding upgrading and evolving views in the site editor and beyondWork surrounding upgrading and evolving views in the site editor and beyond[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Metadata
Metadata
Assignees
Labels
[Feature] DataViewsWork surrounding upgrading and evolving views in the site editor and beyondWork surrounding upgrading and evolving views in the site editor and beyond[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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
directionorlayoutwhen declaring the field that has children.