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/Consumable1/views/neworder.json | 71 +++++++++++++++++++++++++++++++++++ 1 files changed, 71 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/neworder.json b/force-app/main/default/experiences/Consumable1/views/neworder.json new file mode 100644 index 0000000..08515e3 --- /dev/null +++ b/force-app/main/default/experiences/Consumable1/views/neworder.json @@ -0,0 +1,71 @@ +{ + "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", + "componentName": "siteforce:dynamicLayout", + "dataProviders": [], + "id": "375bc286-f467-4c6c-a3e1-be4bfbf27bea", + "label": "neworder", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "08d89588-c1ce-4bc1-9bdd-d012e47b026f", + "columns": [ + { + "UUID": "83df4bfa-1d2a-4829-9ba9-65834d4f3f05", + "columnKey": "1", + "columnName": "Column 1", + "columnWidth": "12", + "seedComponents": [] + } + ] + }, + "sectionHeight": 300 + }, + "componentName": "forceCommunity:section", + "id": "08d89588-c1ce-4bc1-9bdd-d012e47b026f", + "regions": [ + { + "id": "83df4bfa-1d2a-4829-9ba9-65834d4f3f05", + "regionLabel": "Column 1", + "regionName": "1", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "1c6349c5-8998-4e97-9ba1-2d71ee91f017", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "neworder" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "6e91d4af-e050-40e5-b64a-b1643c6a8624", + "renditionMap": {}, + "type": "component" + } + ], + "id": "e35f5e98-87aa-4104-8e79-549130296571", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "custom-neworder" +} -- Gitblit v1.9.1