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/Consumable_21/views/campaignDetail.json | 76 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 76 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/campaignDetail.json b/force-app/main/default/experiences/Consumable_21/views/campaignDetail.json new file mode 100644 index 0000000..a5a9b59 --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/campaignDetail.json @@ -0,0 +1,76 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "1381b060-8269-4816-a237-1811716a29c0", + "label": "Campaign Detail", + "regions": [ + { + "id": "b31c1404-d255-4a4b-b5cc-b634ada00c66", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "recordId": "{!recordId}" + }, + "componentName": "forceCommunity:recordHeadline", + "id": "1e35b9bc-03f7-4189-8914-d32cc8eb3742", + "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": "41abd47c-5c90-41b5-abe4-2e25dd7d44b8", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "268b3105-a2d0-467c-9d5e-f070a6bb9735", + "regionName": "content", + "type": "region" + }, + { + "id": "1d68d089-8bf5-41b7-955a-21ab3609384f", + "regionName": "footer", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "{!Record._Object}: {!Record._Title}" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "af78ab95-2fa4-48e5-beb9-305c06401db7", + "renditionMap": {}, + "type": "component" + } + ], + "id": "13c22c77-00bc-4f28-ab26-84eb48bd4d1a", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "detail-701" +} -- Gitblit v1.9.1