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
Copy file name to clipboardExpand all lines: docs/content_management/pages/page_block_attributes.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ The following attribute types are available:
31
31
|`text`|Text block|-|
32
32
|`richtext`|Rich text block (see [creating RichText block](create_custom_richtext_block.md))|-|
33
33
|`embed`|Embedded content item|`udw_config_name`: name of the [Universal Discovery Widget's configuration](browser.md#add-new-configuration)|
34
+
|`embedvideo`|Embedded content item|`udw_config_name`: name of the [Universal Discovery Widget's configuration](browser.md#add-new-configuration)|
34
35
|`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>|
35
36
|`checkbox`|Checkbox|Selects available option if `value: true`.|
36
37
|`multiple`|Checkbox(es)|`choices` lists the available options in `label: value` form.|
@@ -49,8 +50,9 @@ attributes:
49
50
third_field: integer
50
51
```
51
52
52
-
`embed` and `locationlist` use the Universal Discovery Widget (UDW).
53
-
When creating a block with these two types you can use the `udw_config_name` option to configure the UDW behavior.
53
+
The `embed`, `embedvideo`, and `locationlist` attribute types use the Universal Discovery Widget (UDW).
54
+
When creating a block with these types you can use the `udw_config_name` option to configure the UDW behavior.
55
+
See the [custom block example](create_custom_page_block.md#configure-block) to learn more.
0 commit comments