> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Separator

- URL: https://getpublii.com/dev/separator/
- Published: 2019-03-23T13:59:19.011Z
- Updated: 2025-01-18T21:26:34.810Z
- Description: The separator field can be used to create additional notes for groups of options or as a divider between smaller groups of options settings. {…
- Author: Tomasz Dziuda
- Tags: Fields, Theme Settings API

The separator field can be used to create additional notes for groups of options or as a divider between smaller groups of options settings.

```json
{
    "name": "separator",
    "type": "separator",
    "label": "Separator label",
    "note": "Separator description text",
    "group": "Menu",
    "size": "small"
}
```

![Separators](https://getpublii.com/dev/media/posts/119/separator-2.svg)

The available sizes for the separator field:

-   small
-   medium
-   big
-   thin (a thin border line with a thickness of 1px)

**Tips:** In some cases, you may want to use the line only; to achieve this, leave the **label** parameter empty.

You can use the same name for all separators in your theme, as they are not stored under the theme settings config file.
