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/Partner21/views/caseDetail.json | 76 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 76 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/views/caseDetail.json b/force-app/main/default/experiences/Partner21/views/caseDetail.json new file mode 100644 index 0000000..63780fa --- /dev/null +++ b/force-app/main/default/experiences/Partner21/views/caseDetail.json @@ -0,0 +1,76 @@ +{ + "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "31166d77-4e5c-4bb8-9256-d2ab6ac88944", + "label": "Case Detail", + "regions": [ + { + "id": "f4ea7f26-8780-4827-81e0-276ab1bf71ae", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "recordId": "{!recordId}" + }, + "componentName": "forceCommunity:recordHeadline", + "id": "6e9dd3cc-f9ef-4bf6-9558-a48e1251b915", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "detailsTabLabel": "Details", + "discussionsTabLabel": "Feed", + "recordId": "{!recordId}", + "relatedTabLabel": "Related", + "showLegacyActivityComposer": false, + "tab1Type": "details", + "tab2Type": "related", + "tab3Type": "chatter", + "tab4Type": "none", + "timelineTabLabel": "Activity" + }, + "componentName": "forceCommunity:recordHomeTabs", + "id": "f28ca3a2-1a35-4fd5-9f39-a573ebb0bc22", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "c0943f43-9565-410e-a804-ae56600c4715", + "regionName": "content", + "type": "region" + }, + { + "id": "083009eb-5078-400f-8e91-47eec449125f", + "regionName": "footer", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "{!Record._Object}: {!Record._Title}" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "62d4e06a-96b5-4fd3-bb06-06d430b102fb", + "renditionMap": {}, + "type": "component" + } + ], + "id": "a3e0bc10-2e00-4d45-bdc4-f28669bc4874", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "detail-500" +} -- Gitblit v1.9.1