Integrate Property Editors
Property Editors can be used and implemented anywhere in the Umbraco Backoffice.
Property & Property Dataset Components
The simplest way to integrate one or more Property Editors is done using two Components: the Property Dataset component and a Property component.
The umb-property
component renders a property using a Property Editor UI.
The umb-property-dataset
component provides the dataset for any properties within. It holds the data even if the actual property is not rendered. This makes it possible to hide properties in tabs or other ways.
In the following example a dataset is implemented with two properties:
Notice how the values of the properties are handled by the dataset, leaving you with one component to integrate.
Last updated