You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* widget configuration described
* month change updated
* new content moved to page_block_attributes.md
* fix
* Update docs/content_management/pages/page_block_attributes.md
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
* fix
---------
Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/content_management/pages/page_block_attributes.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The following attribute types are available:
35
35
|`embed`|Embedded content item|`udw_config_name`: name of the [Universal Discovery Widget's configuration](browser.md#add-new-configuration)|
36
36
|`embedvideo`|Embedded content item|`udw_config_name`: name of the [Universal Discovery Widget's configuration](browser.md#add-new-configuration)|
37
37
|`select`|Drop-down with options to select|<ul><li>`choices` lists the available options in `label: value` form</li><li>`multiple`, when set to true, allows selecting more than one option</li></ul>|
38
-
|`checkbox`|Checkbox|Selects available option if `value: true`.|
38
+
|`checkbox`|Checkbox|Selects available option if `value: true`. Checkbox appearance in block configuration forms [can be configured](#configure-checkbox-appearance)|
39
39
|`multiple`|Checkbox(es)|`choices` lists the available options in `label: value` form.|
40
40
|`radio`|Radio buttons|`choices` lists the available options in `label: value` form.|
41
41
|`locationlist`|Location selection|`udw_config_name`: name of the [Universal Discovery Widget's configuration](browser.md#add-new-configuration)|
@@ -191,3 +191,23 @@ You can set the options for root or nested attribute, see the example configurat
0 commit comments