English (United Kingdom)

Useful to separate the fields.

type

(string)  Must be equals to separator.

label

(string)  The label to display next to the field.

help

(string)  An optional text to describe the purpose of the field.

id

(string)  An optional field ID.

class

(string)  An optional field class suffix.

hidden

(bool)  True to avoid displaying the label of the field.

TIP: you might have to force hidden=true to use a better style of the separator.

[
    'abc_separator' => [
        'type' => 'separator',
        'label' => 'Separate',
        'hidden' => true,
    ]
]

Changelog

Version Description
1.3 Introduced.
Last Update: 2023-12-19
Helpful?