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/consumableDetailFix.json | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 156 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/consumableDetailFix.json b/force-app/main/default/experiences/Consumable_21/views/consumableDetailFix.json new file mode 100644 index 0000000..6546356 --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/consumableDetailFix.json @@ -0,0 +1,156 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:dynamicLayout", + "dataProviders": [], + "id": "053adf6c-c32c-454f-b078-ce941bb524da", + "label": "ConsumableDetail_fix", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "b443b410-e01d-41a4-a75e-c7bf4592f523", + "columns": [ + { + "UUID": "8ad26dbb-b7fa-423e-876d-dd3e7a239f56", + "columnKey": "1", + "columnName": "Column 1", + "columnWidth": "12", + "seedComponents": [] + } + ] + }, + "sectionHeight": 115 + }, + "componentName": "forceCommunity:section", + "id": "b443b410-e01d-41a4-a75e-c7bf4592f523", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "recordId": "{!recordId}" + }, + "componentName": "forceCommunity:recordHeadline", + "id": "a7899391-fd54-4ffc-959c-f87fe3babe82", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "8ad26dbb-b7fa-423e-876d-dd3e7a239f56", + "regionLabel": "Column 1", + "regionName": "1", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "22caba0f-40e9-4198-a21d-193b2930b1ab", + "columns": [ + { + "UUID": "1b56517c-4e93-43c3-a993-1a53404784c8", + "columnKey": "1", + "columnName": "Column 1", + "columnWidth": "8", + "seedComponents": [] + }, + { + "UUID": "8a1505f9-3b0f-48dd-b59c-7a7b8d34fdfc", + "columnKey": "24965", + "columnName": "Column 2", + "columnWidth": "4", + "seedComponents": [] + } + ] + }, + "sectionHeight": 300 + }, + "componentName": "forceCommunity:section", + "id": "22caba0f-40e9-4198-a21d-193b2930b1ab", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "recordId": "{!recordId}" + }, + "componentName": "forceCommunity:recordDetail", + "id": "268f2e6e-11c2-4fa2-98a4-615a63ed0118", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "1b56517c-4e93-43c3-a993-1a53404784c8", + "regionLabel": "Column 1", + "regionName": "1", + "renditionMap": {}, + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "recordId": "{!recordId}", + "width": "MEDIUM" + }, + "componentName": "forceCommunity:relatedRecords", + "id": "46312953-4394-4dec-ac91-2fdb1adb4980", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "8a1505f9-3b0f-48dd-b59c-7a7b8d34fdfc", + "regionLabel": "Column 2", + "regionName": "24965", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "3b2c12d0-c146-4a04-9d20-e8d760b01721", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "{!Record._Object}: {!Record._Title}" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "8c3296b9-45a0-4c69-8371-0597ff257f60", + "renditionMap": {}, + "type": "component" + } + ], + "id": "b8fdd624-9d5e-4b80-9965-d0259f2f2507", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "detail-a2K" +} -- Gitblit v1.9.1