Skip to content

Adds mention of label and description in ucOrderProperty meta #7245

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

Merged
merged 1 commit into from
Jul 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ A `meta` entry provides configuration options for the property

| Name | Description |
| -- | -- |
| `label` | A fallback label for the property, if there is no localization available. If empty, or undefined, it will display the default localization fallback. |
| `description` | A fallback label for the property description, if there is no localization available. If empty, or undefined, it will display the default localization fallback. |
| `propertyAlias` | The alias of the order line property to edit |
| `group` | Defines a [group](#order-property-groups) in which to display the property |
| `editorUiAlias` | The alias of the property editor to use to edit this property |
Expand Down Expand Up @@ -59,4 +61,4 @@ Umbraco Commerce will automatically look for the following entries:
| `ucProperties_{alias}Label` | A main label for the property |
| `ucProperties_{alias}Description` | A description for the property |

Here `{alias}` is the property alias of a property.
Here `{alias}` is the property alias of a property.