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/views/lexConsumable.json | 147 ++++++++++++++++++++++-------------------------- 1 files changed, 67 insertions(+), 80 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/lexConsumable.json b/force-app/main/default/experiences/Consumable1/views/lexConsumable.json index baea46d..eabf5b9 100644 --- a/force-app/main/default/experiences/Consumable1/views/lexConsumable.json +++ b/force-app/main/default/experiences/Consumable1/views/lexConsumable.json @@ -1,81 +1,68 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:dynamicLayout", - "dataProviders": [], - "id": "a3a6bd48-fa28-4210-b2f1-396f0169df2f", - "label": "LexConsumable", - "regions": [ - { - "components": [ - { - "componentAttributes": { - "background": "background: rgba(0,0,0,0)", - "backgroundOverlay": "rgba(0,0,0,0.5)", - "contentAreaWidth": 100, - "sectionConfig": { - "UUID": "105e0268-90b6-4f6e-b018-41d4f9d70489", - "columns": [ - { - "UUID": "b4cd3a78-9020-48a5-947f-c39b796b7d5f", - "columnKey": "1", - "columnName": "Column 1", - "columnWidth": "12", - "seedComponents": [] - } - ] - }, - "sectionHeight": 300 - }, - "componentName": "forceCommunity:section", - "id": "105e0268-90b6-4f6e-b018-41d4f9d70489", - "regions": [ - { - "components": [ - { - "componentAttributes": {}, - "componentName": "c:lexConsumable", - "id": "28c07586-c606-4466-93f4-7da43f4323cb", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "b4cd3a78-9020-48a5-947f-c39b796b7d5f", - "regionLabel": "Column 1", - "regionName": "1", - "renditionMap": {}, - "type": "region" - } - ], - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "2094f211-8183-43a9-84d9-2b41cbc84990", - "regionName": "content", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "娑堣�楀搧绠$悊绯荤粺" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "19440ece-25e3-40df-ae9d-788b112b92f1", - "renditionMap": {}, - "type": "component" - } - ], - "id": "d3987b2a-05ec-4b44-a249-70a07a38d553", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "custom-lexconsumable" -} + "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" + }, { + "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 -- Gitblit v1.9.1