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/dashboardDetail.json | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/views/dashboardDetail.json b/force-app/main/default/experiences/Partner21/views/dashboardDetail.json new file mode 100644 index 0000000..1072436 --- /dev/null +++ b/force-app/main/default/experiences/Partner21/views/dashboardDetail.json @@ -0,0 +1,58 @@ +{ + "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "b3170d2d-dc66-4e6d-a921-7278926fbf83", + "label": "Dashboard Detail", + "regions": [ + { + "id": "c02a9a61-e5d2-4e9b-a37e-36ce93392187", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "height": "1065", + "recordId": "{!recordId}" + }, + "componentName": "forceCommunity:dashboard", + "id": "370e8627-0dfd-499b-9f72-f2d59132e028", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "9eba1fe5-b997-4ed0-8f03-323318093860", + "regionName": "content", + "type": "region" + }, + { + "id": "5e60c2d4-1848-4006-b1e3-d93c35864c4c", + "regionName": "footer", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "{!Record._Object}: {!Record._Title}" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "66344302-5db9-4851-8252-cb85076a22c4", + "renditionMap": {}, + "type": "component" + } + ], + "id": "a9511d76-385c-4065-938c-eb74f56334c6", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "detail-01Z" +} -- Gitblit v1.9.1