-
Notifications
You must be signed in to change notification settings - Fork 816
Customizing > Property Editor #7687
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
base: main
Are you sure you want to change the base?
Conversation
Luuk1983
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 :)
leekelleher
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.
I'm happy with the updates from a technical perspective. Excellent work! π
Updated the README.md to improve clarity and consistency in the links and descriptions for Property Editors.
sofietoft
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.
Changes look great @busrasengul π
I've made a single comment - let me know what you think!
|
|
||
| {% hint style="info" %} | ||
| [This tutorial](../../tutorials/creating-a-property-editor/) contains step-by-step instructions for building a custom Property editor. | ||
| [This tutorial](../../tutorials/creating-a-property-editor/) contains step-by-step instructions for building a custom Property Editor. |
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.
It was a little unclear as to what "This" what referring to, so I've rewritten this note a bit.
Let me know what you think!
| [This tutorial](../../tutorials/creating-a-property-editor/) contains step-by-step instructions for building a custom Property Editor. | |
| This article acts as an overview for all things related to Property Editors. See the [Creating a Property Editor](../../tutorials/creating-a-property-editor/) section for step-by-step instructions on building a custom Property Editor. |
| ## [Property Actions](property-actions.md) | ||
|
|
||
| Use Property Actions to add additional functionality to your custom property editors. | ||
| Use Property Actions to add additional functionality to your custom Property Editors, such as custom buttons or actions that appear alongside the editor in the backoffice. |
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.
Fixing a too-long sentence:
| Use Property Actions to add additional functionality to your custom Property Editors, such as custom buttons or actions that appear alongside the editor in the backoffice. | |
| Use Property Actions to add additional functionality to your custom Property Editors. This could include custom buttons or actions that appear alongside the editor in the backoffice. |
sofietoft
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.
Couple more comments on too-long sentences.
| A Property Editor is composed of two key extensions: [Property Editor Schema](composition/property-editor-schema.md) and [Property Editor UI](composition/property-editor-ui.md). These components work together to define the data structure and user interface for content entry in the Umbraco backoffice. | ||
|
|
||
| Reference for the package.manifest JSON file format to register one or more property editors for Umbraco. | ||
| Optionally, you can use a [Property Editor Data Source](composition/property-editor-data-source.md) to provide data to your Property Editor UI, allowing the same UI to work with different data sources. |
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.
| Optionally, you can use a [Property Editor Data Source](composition/property-editor-data-source.md) to provide data to your Property Editor UI, allowing the same UI to work with different data sources. | |
| Optionally, you can use a [Property Editor Data Source](composition/property-editor-data-source.md) to provide data to your Property Editor UI. This will allow the same UI to work with different data sources. |
| ## [Property Actions](property-actions.md) | ||
|
|
||
| Use Property Actions to add additional functionality to your custom property editors. | ||
| Use Property Actions to add additional functionality to your custom Property Editors, such as custom buttons or actions that appear alongside the editor in the backoffice. |
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.
| Use Property Actions to add additional functionality to your custom Property Editors, such as custom buttons or actions that appear alongside the editor in the backoffice. | |
| Use Property Actions to add additional functionality to your custom Property Editors. This could include custom buttons or actions that appear alongside the editor in the backoffice. |

π Description
Updating Customizing, Property Editor
π Related Issues (if applicable)
β Contributor Checklist
I've followed the Umbraco Documentation Style Guide and can confirm that:
Product & Version (if relevant)
v17, v16
Issue #7688