Skip to content

Commit 06f7e7e

Browse files
authored
Merge pull request #7245 from skttl/patch-14
Adds mention of label and description in ucOrderProperty meta
2 parents 873f1d4 + 4cf61be commit 06f7e7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

16/umbraco-commerce/key-concepts/ui-extensions/order-properties.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ A `meta` entry provides configuration options for the property
3030

3131
| Name | Description |
3232
| -- | -- |
33+
| `label` | A fallback label for the property, if there is no localization available. If empty, or undefined, it will display the default localization fallback. |
34+
| `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. |
3335
| `propertyAlias` | The alias of the order line property to edit |
3436
| `group` | Defines a [group](#order-property-groups) in which to display the property |
3537
| `editorUiAlias` | The alias of the property editor to use to edit this property |
@@ -59,4 +61,4 @@ Umbraco Commerce will automatically look for the following entries:
5961
| `ucProperties_{alias}Label` | A main label for the property |
6062
| `ucProperties_{alias}Description` | A description for the property |
6163

62-
Here `{alias}` is the property alias of a property.
64+
Here `{alias}` is the property alias of a property.

0 commit comments

Comments
 (0)