From 0c4796706fc9473d069b620321a54b20a119906c Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:16:44 +0800 Subject: [PATCH] Merge branch 'LEXUpgrade2023-Deloitte' --- force-app/main/default/experiences/Consumable_21/views/lexTopPage.json | 81 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 81 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/lexTopPage.json b/force-app/main/default/experiences/Consumable_21/views/lexTopPage.json new file mode 100644 index 0000000..99f539b --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/lexTopPage.json @@ -0,0 +1,81 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:dynamicLayout", + "dataProviders": [], + "id": "ebcd3791-2f46-43d4-ae43-74c3e5fb70d9", + "label": "lexTopPage", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "c541bbfc-fe47-4bf8-8c80-50855667bccc", + "columns": [ + { + "UUID": "7e013056-95f1-460a-8b80-abd38e3ed001", + "columnKey": "1", + "columnName": "Column 1", + "columnWidth": "12", + "seedComponents": [] + } + ] + }, + "sectionHeight": 300 + }, + "componentName": "forceCommunity:section", + "id": "c541bbfc-fe47-4bf8-8c80-50855667bccc", + "regions": [ + { + "components": [ + { + "componentAttributes": {}, + "componentName": "c:lexTopPage", + "id": "fd710b8d-e9cd-4bbc-8193-4a31c8e5b1b2", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "7e013056-95f1-460a-8b80-abd38e3ed001", + "regionLabel": "Column 1", + "regionName": "1", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "2bc57e55-7a82-432f-b562-3dbe1cfc958c", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "lexTopPage" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "6f886864-7027-4fb9-b887-7219405693f6", + "renditionMap": {}, + "type": "component" + } + ], + "id": "db35182e-31a5-4306-8114-a8c71a8a1d08", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "custom-lextoppage" +} -- Gitblit v1.9.1