Entity Picker
Configure and use the Entity Picker property editor in Umbraco UI Builder to select entities from a collection.
Last updated
Was this helpful?
Configure and use the Entity Picker property editor in Umbraco UI Builder to select entities from a collection.
Last updated
Was this helpful?
The Entity Picker property editor allows selecting one or more entities from an Umbraco UI Builder collection.
To configure an entity picker, follow these steps:
Go to the Settings section in the Umbraco backoffice.
Create a New Data Type.
Select UI Builder Entity Picker from the Property Editor field.
Enter a Name for the picker and click Save.
Select the Section the collection is located in.
Select the Collection to pick the entities from.
[Optional] Select a list view Data View, if configured.
Enter a Minimum number of items and Maximum number of items that can be selected.
Click Save.
After defining the entity picker Data Type, add it to the desired Document Type.
The entity picker functions similarly to the content picker.
To pick an entity, follow these steps:
Go to the Document Type where the entity picker Data Type is added.
Click Add to open the picker dialog, displaying a paginated list of entities.
[Optional] If searchable fields are configured, use the search input field to filter results.
Click on the entity names.
Click Submit. The picker displays a summary of selected entities, which can be reordered by dragging them.
Click Save or Save and publish to save the changes.
The entity picker property editor includes a built-in value converter. Retrieving the property value from Umbraco returns the selected entities, converting them to the relevant type.