From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/experiences/Consumable1/variations/defaultCustomComponentPropertiesComponentProperties.json | 30 ++++++++++++++---------------- 1 files changed, 14 insertions(+), 16 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/variations/defaultCustomComponentPropertiesComponentProperties.json b/force-app/main/default/experiences/Consumable1/variations/defaultCustomComponentPropertiesComponentProperties.json index 94bf10b..3fbfdc5 100644 --- a/force-app/main/default/experiences/Consumable1/variations/defaultCustomComponentPropertiesComponentProperties.json +++ b/force-app/main/default/experiences/Consumable1/variations/defaultCustomComponentPropertiesComponentProperties.json @@ -1,17 +1,15 @@ { - "componentVariants": [ - { - "id": "5a61b685-6f3e-4b96-979f-4aa7aa2ecc1f", - "propertyOverrides": { - "componentAttributes": { - "NavigationMenuEditorRefresh": "ENGUser" - } - }, - "targetId": "ef1a7404-2c49-4de2-82fd-cfcd351cc65a", - "type": "componentVariant" - } - ], - "developerName": "Default_CustomComponent_Properties_Component_Properties", - "id": "5cd60da6-8927-4324-9ed5-e03ab9ab5da6", - "type": "experienceVariation" -} + "componentVariants" : [ { + "id" : "5a61b685-6f3e-4b96-979f-4aa7aa2ecc1f", + "propertyOverrides" : { + "componentAttributes" : { + "NavigationMenuEditorRefresh" : "ENGUser" + } + }, + "targetId" : "ef1a7404-2c49-4de2-82fd-cfcd351cc65a", + "type" : "componentVariant" + } ], + "developerName" : "Default_CustomComponent_Properties_Component_Properties", + "id" : "5cd60da6-8927-4324-9ed5-e03ab9ab5da6", + "type" : "experienceVariation" +} \ No newline at end of file -- Gitblit v1.9.1