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: specify the custom-field class and flag the field as hidden to use a nice style for the separator.

[
    'abc_separator' => [
        'type' => 'separator',
        'label' => 'Separate',
        'class' => 'custom-field',
        'hidden' => true,
    ]
]

Changelog

Version Description
1.2.5 Introduced.
Last Update: 2022-03-09
Helpful?