Separator
Separator field can be used to create additional notes for groups of options or can be used as a separator between smaller groups of settings.
{
"name": "separator",
"type": "separator",
"label": "Separator label",
"note": "Separator description text",
"group": "Menu",
"size": "small"
}
The available sizes of separator field:
- small
- medium
- big
Tips & tricks:
- In some cases, you may want to use the dotted line only; to achieve this, leave the label parameter empty.
- All three types of separators come with margin top and bottom; to remove these spaces leave the size parameter empty.
You can use the same name for the all separators in your theme, as they are not stored under theme settings config file.