Skip to content

Not able to assign a label for base fieldset #8

@rajeev-k-tomy

Description

@rajeev-k-tomy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions