Il tuo carrello è vuoto!
Separator
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. |
Ultimo aggiornamento: 2023-12-19
Utile?