Skip to content

Commit 6418b6c

Browse files
authored
Change header level for dropdown options section
Updated header level for dropdown options section and clarified the format for options.
1 parent 246e3f6 commit 6418b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ status_type:
426426

427427
See [Defining field options](#defining-field-options) for the different methods to specify the options.
428428

429-
### Add icon to dropdown options
429+
#### Add icon to dropdown options
430430

431431
In order to add an icon or an image for every option which will be rendered in the dropdown field the options have to be provided as a multidimensional array with the following format `'key' => ['label-text', 'icon-class'],` in php or `key: [label-text, icon-class]` in yaml.
432432

0 commit comments

Comments
 (0)