Skip to content

Commit 2ee18c4

Browse files
authored
Apply suggestion from @eshanrnh
1 parent b83b5f4 commit 2ee18c4

File tree

1 file changed

+6
-1
lines changed
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors

1 file changed

+6
-1
lines changed

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
Multi Url Picker allows an editor to pick and sort multiple URLs.
1010
It returns either a single item or a collection. This depends on the "Maximum number of items" Data Type setting.
1111
When that is set to 1, it returns a single item, otherwise a collection.
12-
These URLs can either be internal, external or media.
12+
Multi URL Picker allows editors to select and sort multiple URLs. The property returns either a single item or a collection, depending on the **Maximum number of items** setting in the Data Type configuration.
13+
14+
- When the maximum is set to 1, it returns a single item.
15+
- When the maximum is greater than 1, it returns a collection.
16+
17+
The URLs can point to **internal**, **external**, or **media** items.
1318

1419
## Data Type Definition Example
1520

0 commit comments

Comments
 (0)