Skip to content

Commit 95d953c

Browse files
committed
Some more fixes
1 parent c9eb719 commit 95d953c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

15/umbraco-ui-builder/property-editors/entity-picker.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ To configure an entity picker, follow these steps:
1212

1313
1. Go to the **Settings** section in the Umbraco backoffice.
1414
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.
1616

1717
![Data Type config](../images/entity_picker_config.png)
1818

1919
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**.
2425

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.
2627

2728
![Document Type config](../images/entity_picker_setup.png)
2829

@@ -47,7 +48,7 @@ To pick an entity, follow these steps:
4748

4849
## Retrieving the Value of an Entity Picker
4950

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.
5152

5253
````csharp
5354
// Example

0 commit comments

Comments
 (0)