Skip to content

Commit efe23ee

Browse files
committed
Added documentation for udw_config_name
1 parent dc56e45 commit efe23ee

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/content_management/pages/page_block_attributes.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ The following attribute types are available:
3030
|`url`|URL|-|
3131
|`text`|Text block|-|
3232
|`richtext`|Rich text block (see [creating RichText block](create_custom_richtext_block.md))|-|
33-
|`embed`|Embedded content item|-|
34-
|`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.
33+
|`embed`|Embedded content item|`udw_config_name`: name of the [Universal Discovery Widget's configuration](browser.md/#add-new-configuration) |
34+
|`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>|
3535
|`checkbox`|Checkbox|Selects available option if `value: true`.|
3636
|`multiple`|Checkbox(es)|`choices` lists the available options in `label: value` form.|
3737
|`radio`|Radio buttons|`choices` lists the available options in `label: value` form.|
38-
|`locationlist`|Location selection|-|
38+
|`locationlist`|Location selection| `udw_config_name`: name of the [Universal Discovery Widget's configuration](browser.md/#add-new-configuration) |
3939
|`contenttypelist`|List of content types|-|
4040
|`schedule_events`,</br>`schedule_snapshots`,</br>`schedule_initial_items`,</br>`schedule_slots`,</br>`schedule_loaded_snapshot`|Used in the Content Scheduler block|-|
41-
|`nested_attribute`|Defines a group of attributes in a block.|`attributes` - a list of attributes in the group. The attributes in the group are [configured](#page-block-attributes) as regular attributes. </br>`multiple`, when set to true. New groups are added dynamically with the **+ Add** button.|
41+
|`nested_attribute`|Defines a group of attributes in a block.|<ul><li>`attributes` - a list of attributes in the group. The attributes in the group are [configured](#page-block-attributes) as regular attributes</li><li>`multiple`, when set to true. New groups are added dynamically with the **+ Add** button</li></ul>|
4242

4343
When you define attributes, you can omit most keys as long as you use simple types that don't require additional options:
4444

@@ -50,9 +50,7 @@ attributes:
5050
```
5151
5252
`embed` and `locationlist` use the Universal Discovery Widget (UDW).
53-
When creating a block with these two types you can configure the UDW behavior.
54-
55-
For more information, see [Create custom page block / Add edit template](create_custom_page_block.md#add-edit-template)
53+
When creating a block with these two types you can use the `udw_config_name` option to configure the UDW behavior.
5654

5755
## Custom attribute types
5856

0 commit comments

Comments
 (0)