Skip to content

Commit

Permalink
Control Settings: Remove separator-none argument (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Jan 22, 2024
1 parent 94230d2 commit 2942209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/control-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Each control has default settings that determine the structure and design of the
| `description` | _`string`_ | | The description that appears below the field |
| `show_label` | _`bool`_ | `true` | Whether or not to display the label |
| `label_block` | _`bool`_ | `false` | Whether or not to display the label in a separate line |
| `separator` | _`string`_ | `default` | Set the position of the control separator. Available values are `default`, `before`, `after` and `none`. `default` will position the separator depending on the control type. `before` / `after` will position the separator before/after the control. `none` will hide the separator. |
| `separator` | _`string`_ | `default` | Set the position of the control separator. Available values are `default`, `before` and `after`. `default` will hide the separator, unless the control type has specific separator settings. `before` / `after` will position the separator before/after the control. |

Each control can override the default settings and add new custom settings.

Expand Down

0 comments on commit 2942209

Please sign in to comment.