-
Notifications
You must be signed in to change notification settings - Fork 811
Property Editor Data Source and Picker Data Source Type #7541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property Editor Data Source and Picker Data Source Type #7541
Conversation
Introduces a new section and file explaining Property Editor Data Sources in Umbraco CMS. Details how to enable data source support, register data sources, configure settings, and access data source properties in Property Editor UIs.
Clarified the explanation of Property Editor Data Sources and their usage in the Property Editor UI.
|
@madsrasmussen, could you please add all the new articles to the Also, is there a specific date you want this published or can it be published anytime? |
AndyButland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me @madsrasmussen, just a few small things noted inline.
17/umbraco-cms/customizing/property-editors/composition/property-editor-data-source.md
Show resolved
Hide resolved
17/umbraco-cms/customizing/property-editors/composition/property-editor-data-source.md
Outdated
Show resolved
Hide resolved
17/umbraco-cms/customizing/property-editors/data-source-types/picker/README.md
Show resolved
Hide resolved
...amentals/backoffice/property-editors/built-in-umbraco-property-editors/entity-data-picker.md
Show resolved
Hide resolved
|
Thanks. That was the trick to get them to show up 👍 The PR is updated now 😃 |
eshanrnh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks great, @madsrasmussen 🙌
I have added some minor suggestions to fix the image path, match the article title in the navigation, and so on.
17/umbraco-cms/customizing/property-editors/composition/property-editor-data-source.md
Outdated
Show resolved
Hide resolved
17/umbraco-cms/customizing/property-editors/composition/property-editor-data-source.md
Outdated
Show resolved
Hide resolved
...o-cms/customizing/property-editors/data-source-types/picker/picker-collection-data-source.md
Outdated
Show resolved
Hide resolved
17/umbraco-cms/customizing/property-editors/data-source-types/picker/picker-tree-data-source.md
Outdated
Show resolved
Hide resolved
...amentals/backoffice/property-editors/built-in-umbraco-property-editors/entity-data-picker.md
Outdated
Show resolved
Hide resolved
…ty-editor-data-source.md
…ty-editor-data-source.md
…picker/picker-collection-data-source.md
…picker/picker-tree-data-source.md
…in-umbraco-property-editors/entity-data-picker.md
📋 Description
Adds documentation for the new Property Editor Data Source feature in v17.
✅ Contributor Checklist
I've followed the Umbraco Documentation Style Guide and can confirm that:
Product & Version (if relevant)
Umbraco CMS V17+
📚 Helpful Resources