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-ui-builder/property-editors/entity-picker.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,18 @@ To configure an entity picker, follow these steps:
12
12
13
13
1. Go to the **Settings** section in the Umbraco backoffice.
14
14
2. Create a **New Data Type**.
15
-
3. Select **UI Builder Entity Picker** from **Select a Property Editor** field.
15
+
3. Select **UI Builder Entity Picker** from the **Property Editor** field.
16
16
17
17

18
18
19
19
4. Enter a **Name** for the picker and click **Save**.
20
-
5. Select a **Section** and **Collection** to pick entities from.
21
-
6. Optionally, select a list view 'Data View' if configured.
22
-
7. Enter a minimum and maximum number of items that can be selected if required.
23
-
8. Click **Save**.
20
+
5. Select the **Section** the collection is located in.
21
+
6. Select the **Collection** to pick the entities from.
22
+
7.*[Optional]* Select a list view **Data View**, if configured.
23
+
8. Enter a **Minimum number of items** and **Maximum number of items** that can be selected.
24
+
9. Click **Save**.
24
25
25
-
After defining the entity picker Data Type, add it to the desired Document Type definition.
26
+
After defining the entity picker Data Type, add it to the desired Document Type.
26
27
27
28

28
29
@@ -47,7 +48,7 @@ To pick an entity, follow these steps:
47
48
48
49
## Retrieving the Value of an Entity Picker
49
50
50
-
The entity picker property editor includes a built-in [value converter](https://docs.umbraco.com/umbraco-cms/extending/property-editors/property-value-converters/). Retrieving the property value from Umbraco returns the selected entities, converting them to the relevant type.
51
+
The entity picker property editor includes a built-in [value converter](https://docs.umbraco.com/umbraco-cms/customizing/property-editors/property-value-converters). Retrieving the property value from Umbraco returns the selected entities, converting them to the relevant type.
0 commit comments