-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The module by default adds all fields to a default fieldset base. We can add other fieldsets with a label. However, it is not possible to set a label for the base fieldset.
The following should work.
<block
name="vendor_modulle.form"
template="Loki_AdminComponents::form.phtml">
<arguments>
<argument name="fieldsets" xsi:type="array">
<item name="base" xsi:type="array">
<item name="label" xsi:type="string" translate="true">Personal Information</item>
</item>
</argument>
</arguments>
</block>
Metadata
Metadata
Assignees
Labels
No labels