From dd1c643be561ebfbb521431b49d6e1e65bfcbd81 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:49:07 +0800 Subject: [PATCH] fixconflict --- force-app/main/default/experiences/Consumable1/views/lexConsumable.json | 145 ++++++++++++++++++++++++++---------------------- 1 files changed, 79 insertions(+), 66 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/lexConsumable.json b/force-app/main/default/experiences/Consumable1/views/lexConsumable.json index eabf5b9..87ed1e9 100644 --- a/force-app/main/default/experiences/Consumable1/views/lexConsumable.json +++ b/force-app/main/default/experiences/Consumable1/views/lexConsumable.json @@ -1,68 +1,81 @@ { - "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName" : "siteforce:dynamicLayout", - "dataProviders" : [ ], - "id" : "756785e1-4fb5-4ab3-b38a-58ea679a4361", - "label" : "LexConsumable", - "regions" : [ { - "components" : [ { - "componentAttributes" : { - "background" : "background: rgba(0,0,0,0)", - "backgroundOverlay" : "rgba(0,0,0,0.5)", - "contentAreaWidth" : 100, - "sectionConfig" : { - "UUID" : "57a191f6-fa19-4876-98e5-da8c72cb9258", - "columns" : [ { - "UUID" : "6972e5ef-d04e-4c93-a2e6-07c797f78748", - "columnKey" : "1", - "columnName" : "Column 1", - "columnWidth" : "12", - "seedComponents" : [ ] - } ] + "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName": "siteforce:dynamicLayout", + "dataProviders": [], + "id": "756785e1-4fb5-4ab3-b38a-58ea679a4361", + "label": "LexConsumable", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "57a191f6-fa19-4876-98e5-da8c72cb9258", + "columns": [ + { + "UUID": "6972e5ef-d04e-4c93-a2e6-07c797f78748", + "columnKey": "1", + "columnName": "Column 1", + "columnWidth": "12", + "seedComponents": [] + } + ] + }, + "sectionHeight": 300 + }, + "componentName": "forceCommunity:section", + "id": "57a191f6-fa19-4876-98e5-da8c72cb9258", + "regions": [ + { + "components": [ + { + "componentAttributes": {}, + "componentName": "c:lexConsumable", + "id": "f9cc8cb4-e94e-4c9e-aeac-91e4cc01875f", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "6972e5ef-d04e-4c93-a2e6-07c797f78748", + "regionLabel": "Column 1", + "regionName": "1", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "c7989e63-0c78-4086-8ad3-f9db0c99411a", + "regionName": "content", + "type": "region" }, - "sectionHeight" : 300 - }, - "componentName" : "forceCommunity:section", - "id" : "57a191f6-fa19-4876-98e5-da8c72cb9258", - "regions" : [ { - "components" : [ { - "componentAttributes" : { }, - "componentName" : "c:lexConsumable", - "id" : "f9cc8cb4-e94e-4c9e-aeac-91e4cc01875f", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "6972e5ef-d04e-4c93-a2e6-07c797f78748", - "regionLabel" : "Column 1", - "regionName" : "1", - "renditionMap" : { }, - "type" : "region" - } ], - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "c7989e63-0c78-4086-8ad3-f9db0c99411a", - "regionName" : "content", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "customHeadTags" : "", - "description" : "", - "title" : "璁㈠崟绠$悊 ~ 娑堣�楀搧绠$悊绯荤粺" - }, - "componentName" : "forceCommunity:seoAssistant", - "id" : "ee494697-6008-45fc-a3c8-0bc4b904974b", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "77747bb3-667b-42f0-8885-822eb331d6c9", - "regionName" : "sfdcHiddenRegion", - "type" : "region" - } ], - "themeLayoutType" : "Inner", - "type" : "view", - "viewType" : "custom-lexconsumable" -} \ No newline at end of file + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "璁㈠崟绠$悊 ~ 娑堣�楀搧绠$悊绯荤粺" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "ee494697-6008-45fc-a3c8-0bc4b904974b", + "renditionMap": {}, + "type": "component" + } + ], + "id": "77747bb3-667b-42f0-8885-822eb331d6c9", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "custom-lexconsumable" +} -- Gitblit v1.9.1