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: 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,12 @@
9
9
Multi Url Picker allows an editor to pick and sort multiple URLs.
10
10
It returns either a single item or a collection. This depends on the "Maximum number of items" Data Type setting.
11
11
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.
0 commit comments