Skip to content

Commit d07d67d

Browse files
Refine Property Editor Data Source documentation
Clarified the explanation of Property Editor Data Sources and their usage in the Property Editor UI.
1 parent 2d94abc commit d07d67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

17/umbraco-cms/customizing/property-editors/composition/property-editor-data-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Property Editor Data Source
22

3-
A Property Editor Data Source is a way to provide data to a Property Editor UI. This allows for reuse of the same UI but with different data sources.
3+
A Property Editor Data Source is a way to provide data to a Property Editor UI. This allows for the reuse of the same UI across different data sources.
44

5-
Data Sources are an opt-in feature for a Property Editor UI and need to be explicitly enabled. When enabled it allows for other extensions to register Data Sources that can be selected for the Property Editor UI as long as the Data Source Type is supported by the UI.
5+
Data Sources are an opt-in feature for the Property Editor UI. When enabled, extensions can register Data Sources, which can be selected in the UI if their type is supported.
66

77
## Enable Data Source Support
88

0 commit comments

Comments
 (0)