Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
julitafalcondusza committed Dec 14, 2023
1 parent 16ad39c commit b2e4f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content_management/pages/page_block_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following attribute types are available:
|`richtext`|Rich text block (see [creating RichText block](create_custom_richtext_block.md))|-|
|`embed`|Embedded Content item|-|
|`select`|Drop-down with options to select|`choices` lists the available options in `label: value` form</br>`multiple`, when set to true, allows selecting more than one option.
|`checkbox`|Checkbox|Selects available option if `value: true`|
|`checkbox`|Checkbox|Selects available option if `value: true`.|
|`multiple`|Checkbox(es)|`choices` lists the available options in `label: value` form.|
|`radio`|Radio buttons|`choices` lists the available options in `label: value` form.|
|`locationlist`|Location selection|-|
Expand Down

0 comments on commit b2e4f3c

Please sign in to comment.