From 4cf61be218b7f9983fb2caf877a6f1e09d1fd470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Kottal?= Date: Fri, 11 Jul 2025 14:08:32 +0200 Subject: [PATCH] Adds mention of label and description in ucOrderProperty meta --- .../key-concepts/ui-extensions/order-properties.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/16/umbraco-commerce/key-concepts/ui-extensions/order-properties.md b/16/umbraco-commerce/key-concepts/ui-extensions/order-properties.md index 6bbed464a24..8a4f932277a 100644 --- a/16/umbraco-commerce/key-concepts/ui-extensions/order-properties.md +++ b/16/umbraco-commerce/key-concepts/ui-extensions/order-properties.md @@ -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 | @@ -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. \ No newline at end of file +Here `{alias}` is the property alias of a property.