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/lexRemoveBox.json | 147 ++++++++++++++++++++++-------------------------- 1 files changed, 67 insertions(+), 80 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/lexRemoveBox.json b/force-app/main/default/experiences/Consumable1/views/lexRemoveBox.json index e431d91..9f85c79 100644 --- a/force-app/main/default/experiences/Consumable1/views/lexRemoveBox.json +++ b/force-app/main/default/experiences/Consumable1/views/lexRemoveBox.json @@ -1,81 +1,68 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:dynamicLayout", - "dataProviders": [], - "id": "8feef62c-b227-4815-b93f-fe0fe07a34bd", - "label": "lexRemoveBox", - "regions": [ - { - "components": [ - { - "componentAttributes": { - "background": "background: rgba(0,0,0,0)", - "backgroundOverlay": "rgba(0,0,0,0.5)", - "contentAreaWidth": 100, - "sectionConfig": { - "UUID": "f3c5d228-c50a-4ecc-8a29-f06be86bb4ac", - "columns": [ - { - "UUID": "c05d007d-f593-42c1-a4b4-1cbf7095d56b", - "columnKey": "1", - "columnName": "Column 1", - "columnWidth": "12", - "seedComponents": [] - } - ] - }, - "sectionHeight": 300 - }, - "componentName": "forceCommunity:section", - "id": "f3c5d228-c50a-4ecc-8a29-f06be86bb4ac", - "regions": [ - { - "components": [ - { - "componentAttributes": {}, - "componentName": "c:lexRemoveBox", - "id": "d16c00a3-c5f4-4385-91f3-834488f39600", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "c05d007d-f593-42c1-a4b4-1cbf7095d56b", - "regionLabel": "Column 1", - "regionName": "1", - "renditionMap": {}, - "type": "region" - } - ], - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "8e5500f1-3f43-475d-a41f-26a35a4fd06e", - "regionName": "content", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "鎷嗙洅 ~娑堣�楀搧绠$悊绯荤粺" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "c044df7e-0f7d-459b-9082-4e5b89bca9e1", - "renditionMap": {}, - "type": "component" - } - ], - "id": "06074999-fc27-4540-a8d6-a467900db79e", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "custom-lexremovebox" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:dynamicLayout", + "dataProviders" : [ ], + "id" : "b4a2ba1b-3827-4ec7-8f8e-5461c3893ce0", + "label" : "LexRemoveBox", + "regions" : [ { + "components" : [ { + "componentAttributes" : { + "background" : "background: rgba(0,0,0,0)", + "backgroundOverlay" : "rgba(0,0,0,0.5)", + "contentAreaWidth" : 100, + "sectionConfig" : { + "UUID" : "c8d284bf-b761-4de7-88ad-d976e03783c2", + "columns" : [ { + "UUID" : "74d9ee71-cdf0-46f9-87e0-56feb724f0de", + "columnKey" : "1", + "columnName" : "Column 1", + "columnWidth" : "12", + "seedComponents" : [ ] + } ] + }, + "sectionHeight" : 300 + }, + "componentName" : "forceCommunity:section", + "id" : "c8d284bf-b761-4de7-88ad-d976e03783c2", + "regions" : [ { + "components" : [ { + "componentAttributes" : { }, + "componentName" : "c:lexRemoveBox", + "id" : "ff8f68eb-eb9b-40db-94ca-6aec9fb379c3", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "74d9ee71-cdf0-46f9-87e0-56feb724f0de", + "regionLabel" : "Column 1", + "regionName" : "1", + "renditionMap" : { }, + "type" : "region" + } ], + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "e555311d-b588-4ab1-add1-4f830b0ebc03", + "regionName" : "content", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "鎷嗙洅 ~ 娑堣�楀搧绠$悊绯荤粺" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "ad6dcd28-5872-4bac-b016-ea09e096a6c3", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "7c28cb01-e082-404a-81a8-7afe5f78c023", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "custom-lexremovebox" +} \ No newline at end of file -- Gitblit v1.9.1