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/lexConInvoiceView.json | 81 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 81 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/lexConInvoiceView.json b/force-app/main/default/experiences/Consumable_21/views/lexConInvoiceView.json new file mode 100644 index 0000000..3d09bbe --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/lexConInvoiceView.json @@ -0,0 +1,81 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:dynamicLayout", + "dataProviders": [], + "id": "34ccaf78-16dd-46ab-80fa-d0d080e218ca", + "label": "LexConInvoiceView", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "20c57393-6120-4663-b627-c0db5e3b3d11", + "columns": [ + { + "UUID": "c673beed-af76-4dfe-a795-e95080cbc0e0", + "columnKey": "1", + "columnName": "Column 1", + "columnWidth": "12", + "seedComponents": [] + } + ] + }, + "sectionHeight": 300 + }, + "componentName": "forceCommunity:section", + "id": "20c57393-6120-4663-b627-c0db5e3b3d11", + "regions": [ + { + "components": [ + { + "componentAttributes": {}, + "componentName": "c:lexConInvoiceView", + "id": "284f2e12-1361-4d38-9e5a-5a5e465f1e81", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "c673beed-af76-4dfe-a795-e95080cbc0e0", + "regionLabel": "Column 1", + "regionName": "1", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "73d3375b-301b-40d0-b5fc-f42b9c2d7a29", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "LexConInvoiceView" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "e087e3e4-7080-45da-8b93-7e266022e485", + "renditionMap": {}, + "type": "component" + } + ], + "id": "fd6e89f5-10c2-4c8a-b854-c58bfb13c3c8", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "custom-lexconinvoiceview" +} -- Gitblit v1.9.1