From aebea317eda794542247f28f222f7b10b34c4154 Mon Sep 17 00:00:00 2001 From: Sreekanth Choudry Nalabotu Date: Tue, 31 Mar 2026 12:09:44 -0500 Subject: [PATCH 1/2] changes --- blocks/euetext/_euetext.json | 2 +- component-models.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/euetext/_euetext.json b/blocks/euetext/_euetext.json index 50c46e0..8d4edb6 100644 --- a/blocks/euetext/_euetext.json +++ b/blocks/euetext/_euetext.json @@ -24,7 +24,7 @@ "component": "richtext", "name": "text", "value": "", - "label": "EUEText Up1", + "label": "EUEText Up Two", "valueType": "string" } ] diff --git a/component-models.json b/component-models.json index d04f5ed..edb1bdc 100644 --- a/component-models.json +++ b/component-models.json @@ -204,7 +204,7 @@ "component": "richtext", "name": "text", "value": "", - "label": "EUEText Up1", + "label": "EUEText Up Two", "valueType": "string" } ] From 96582aa936471341b4d0b9363333f312a58d2313 Mon Sep 17 00:00:00 2001 From: Sreekanth Choudry Nalabotu Date: Fri, 3 Apr 2026 16:51:37 -0500 Subject: [PATCH 2/2] changes --- blocks/hero/_hero.json | 16 ++++++++++++++++ component-models.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/blocks/hero/_hero.json b/blocks/hero/_hero.json index 0e64ea4..d923819 100644 --- a/blocks/hero/_hero.json +++ b/blocks/hero/_hero.json @@ -20,6 +20,14 @@ { "id": "hero", "fields": [ + { + "component": "eaem:multi-style-picker", + "name": "eaemBlockStyles", + "value": "", + "label": "Block Styles", + "valueType": "string", + "sourceAEMNodeName" : "block-styles" + }, { "component": "reference", "valueType": "string", @@ -40,6 +48,14 @@ "value": "", "label": "Text", "valueType": "string" + }, + { + "component": "eaem:multi-style-picker", + "name": "eaemTextStyles", + "value": "", + "label": "Text Styles", + "valueType": "string", + "sourceAEMNodeName" : "text-styles" } ] } diff --git a/component-models.json b/component-models.json index edb1bdc..e40fadb 100644 --- a/component-models.json +++ b/component-models.json @@ -256,6 +256,14 @@ { "id": "hero", "fields": [ + { + "component": "eaem:multi-style-picker", + "name": "eaemBlockStyles", + "value": "", + "label": "Block Styles", + "valueType": "string", + "sourceAEMNodeName": "block-styles" + }, { "component": "reference", "valueType": "string", @@ -276,6 +284,14 @@ "value": "", "label": "Text", "valueType": "string" + }, + { + "component": "eaem:multi-style-picker", + "name": "eaemTextStyles", + "value": "", + "label": "Text Styles", + "valueType": "string", + "sourceAEMNodeName": "text-styles" } ] }