From 3c84f0b8c5d02159946a5b1b8d5da052feeb21bb Mon Sep 17 00:00:00 2001 From: Charity Helms Date: Wed, 11 Mar 2026 15:19:24 -0400 Subject: [PATCH] update UE labels --- blocks/cards/_cards.json | 4 ++-- blocks/tabs/_tabs.json | 12 ++---------- component-models.json | 29 ++++++++++------------------- models/_page.json | 9 ++++----- models/_section.json | 4 ++-- 5 files changed, 20 insertions(+), 38 deletions(-) diff --git a/blocks/cards/_cards.json b/blocks/cards/_cards.json index 3adba1e..760eb4e 100644 --- a/blocks/cards/_cards.json +++ b/blocks/cards/_cards.json @@ -91,11 +91,11 @@ "value": "" }, { - "name": "Mayura Blue", + "name": "Dark background style", "value": "modal-mayura-blue" }, { - "name": "Mayura Silver", + "name": "Silver background style", "value": "modal-mayura-silver" } ] diff --git a/blocks/tabs/_tabs.json b/blocks/tabs/_tabs.json index 00158df..1df09b5 100644 --- a/blocks/tabs/_tabs.json +++ b/blocks/tabs/_tabs.json @@ -48,20 +48,12 @@ "value": "" }, { - "name": "Silver with Blue Text", + "name": "Silver with dark text", "value": "silver-blue-text" }, { - "name": "Silver with Red Text", - "value": "silver-red-text" - }, - { - "name": "Blue with White Text", + "name": "Dark with white text (default)", "value": "blue-white-text" - }, - { - "name": "Red with White Text", - "value": "red-white-text" } ] } diff --git a/component-models.json b/component-models.json index ffcba55..558cac7 100644 --- a/component-models.json +++ b/component-models.json @@ -17,13 +17,13 @@ "component": "boolean", "name": "analytics-disable", "label": "Remove analytics", - "description": "Toggle on to remove analytics" + "description": "(placeholder for future use)" }, { "component": "boolean", "name": "vwo-disable", "label": "Remove VWO", - "description": "Toggle on to remove Visual Web Optimizer" + "description": "(placeholder for future use)" }, { "component": "text", @@ -76,11 +76,10 @@ "label": "Canonical URL" }, { - "component": "aem-tag", + "component": "text", "name": "tags", "valueType": "string", - "label": "Keywords/Tags", - "rootPath": "content/cq:tags" + "label": "Keywords/Tags comma separated" }, { "component": "text", @@ -337,11 +336,11 @@ "value": "entrance-animation" }, { - "name": "(Tabs) Blue with White Text", + "name": "(Tabs) Dark with white text", "value": "blue-white-text" }, { - "name": "(Tabs) Silver with Blue Text", + "name": "(Tabs) Silver with dark text", "value": "silver-blue-text" } ] @@ -1397,11 +1396,11 @@ "value": "" }, { - "name": "Mayura Blue", + "name": "Dark background style", "value": "modal-mayura-blue" }, { - "name": "Mayura Silver", + "name": "Silver background style", "value": "modal-mayura-silver" } ] @@ -2616,20 +2615,12 @@ "value": "" }, { - "name": "Silver with Blue Text", + "name": "Silver with dark text", "value": "silver-blue-text" }, { - "name": "Silver with Red Text", - "value": "silver-red-text" - }, - { - "name": "Blue with White Text", + "name": "Dark with white text (default)", "value": "blue-white-text" - }, - { - "name": "Red with White Text", - "value": "red-white-text" } ] } diff --git a/models/_page.json b/models/_page.json index ae0128f..088c5e6 100644 --- a/models/_page.json +++ b/models/_page.json @@ -18,13 +18,13 @@ "component": "boolean", "name": "analytics-disable", "label": "Remove analytics", - "description": "Toggle on to remove analytics" + "description": "(placeholder for future use)" }, { "component": "boolean", "name": "vwo-disable", "label": "Remove VWO", - "description": "Toggle on to remove Visual Web Optimizer" + "description": "(placeholder for future use)" }, { "component": "text", @@ -77,11 +77,10 @@ "label": "Canonical URL" }, { - "component": "aem-tag", + "component": "text", "name": "tags", "valueType": "string", - "label": "Keywords/Tags", - "rootPath": "content/cq:tags" + "label": "Keywords/Tags comma separated" }, { "component": "text", diff --git a/models/_section.json b/models/_section.json index c32dd1b..743b675 100644 --- a/models/_section.json +++ b/models/_section.json @@ -66,11 +66,11 @@ "value": "entrance-animation" }, { - "name": "(Tabs) Blue with White Text", + "name": "(Tabs) Dark with white text", "value": "blue-white-text" }, { - "name": "(Tabs) Silver with Blue Text", + "name": "(Tabs) Silver with dark text", "value": "silver-blue-text" } ]