Create or install a module that has a subform
In the subform.xml add field layout utility classes (parentclass) to a subform field https://issues.joomla.org/tracker/joomla-cms/32422
Open the module through Joomla admin panel
Navigate to the module's subform field
parentclass markup is applied to xml fields within the subform
The only parentclass markup that appears to work is "stack"
All all other markup ("span-1", "span-1-inline" etc) is ignored
Joomla 4.1.0
In the module admin display, subforms are shifted to the left to accommodate the drag-and-drop "handle" used for reordering items
This shift to the left reducing the amount of horizontal screen space for subform fields.
Being able to use "span-inline" can save space vertically within each subform item by allowing more than one field in a row.
This is useful when re-ordering subform items:
The shorter the subform item is (in height) the easier it is to drag-and-drop among a list of other subform items
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
?
|
Labels |
Added:
Information Required
|
Labels |
Added:
bug
|
In the module admin display, subforms are shifted to the left to accommodate the drag-and-drop "handle" used for reordering items
No they are shifted to display the field title
if you set hiddenLabel="true" it should use the full width.
This is likely because the fields title attribute is blank, if you set
hiddenLabel="true"
it should use the full width.