From 80a3f59e2d3df07805bc67e329300b8de90a5b3a Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:13:08 +0800 Subject: [PATCH] Merge branch 'LEXCommunityLiJun' into LEXUpgrade2023-Deloitte --- force-app/main/default/experiences/Consumable_21/views/lexInventory.json | 81 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 81 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/lexInventory.json b/force-app/main/default/experiences/Consumable_21/views/lexInventory.json new file mode 100644 index 0000000..1129c45 --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/lexInventory.json @@ -0,0 +1,81 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:dynamicLayout", + "dataProviders": [], + "id": "722903fc-3cad-4105-ac41-ffedd4715265", + "label": "lexInventory", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "be345baf-9b02-491b-90f7-050873f8da06", + "columns": [ + { + "UUID": "56938588-65c1-4e07-a812-296ebd5a0307", + "columnKey": "1", + "columnName": "Column 1", + "columnWidth": "12", + "seedComponents": [] + } + ] + }, + "sectionHeight": 300 + }, + "componentName": "forceCommunity:section", + "id": "be345baf-9b02-491b-90f7-050873f8da06", + "regions": [ + { + "components": [ + { + "componentAttributes": {}, + "componentName": "c:lexInventory", + "id": "c5ac8741-177c-4682-8800-319a3715a4d6", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "56938588-65c1-4e07-a812-296ebd5a0307", + "regionLabel": "Column 1", + "regionName": "1", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "e7802b34-5b8f-4d7e-8060-b41e591ab91c", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "lexInventory" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "37a67184-5c7e-4a45-86c9-2b595a0aa9f6", + "renditionMap": {}, + "type": "component" + } + ], + "id": "3e010503-32fc-4119-8f78-d9af02dcd62a", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "custom-lexinventory" +} -- Gitblit v1.9.1