From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/experiences/Consumable1/views/groupDetail.json | 113 ++++++++++++++++++++++++++------------------------------ 1 files changed, 52 insertions(+), 61 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/groupDetail.json b/force-app/main/default/experiences/Consumable1/views/groupDetail.json index 4f22c23..7870e0a 100644 --- a/force-app/main/default/experiences/Consumable1/views/groupDetail.json +++ b/force-app/main/default/experiences/Consumable1/views/groupDetail.json @@ -1,62 +1,53 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "1f22553d-fa1f-41e2-afa6-bf930865e2fa", - "label": "Group Detail", - "regions": [ - { - "id": "330444b1-bbd6-493f-8e30-9c7d914f351e", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "detailsTabLabel": "Details", - "engagementManagersOnly": false, - "engagementTabLabel": "Engagement", - "feedTabLabel": "Feed", - "recordId": "{!recordId}", - "relatedTabLabel": "Related" - }, - "componentName": "forceCommunity:groupRecordHomeTabs", - "id": "04f2c0f0-ba9f-4aba-87c9-fc060e93e50c", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "fd783466-f338-443f-b168-79fdb31885b4", - "regionName": "content", - "type": "region" - }, - { - "id": "8dd0118d-278b-4e47-a977-f67e4e0fe115", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "{!Record._Object}: {!Record._Title}" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "ae88a178-5983-43d9-87ba-7613de4d54ec", - "renditionMap": {}, - "type": "component" - } - ], - "id": "cabd2974-2029-44be-b37f-b7fd95ebb879", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "detail-0F9" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "7b772cb6-1146-4bb7-8567-853ebfe7bb2c", + "label" : "Group Detail", + "regions" : [ { + "id" : "060923b0-77f7-42e7-b254-d75fc65bc96b", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "detailsTabLabel" : "Details", + "engagementManagersOnly" : false, + "engagementTabLabel" : "Engagement", + "feedTabLabel" : "Feed", + "recordId" : "{!recordId}", + "relatedTabLabel" : "Related" + }, + "componentName" : "forceCommunity:groupRecordHomeTabs", + "id" : "c30496d8-d218-46e9-895f-fa9ef9e054e2", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "9c183d6e-53c2-4b3a-a3db-5c3657024407", + "regionName" : "content", + "type" : "region" + }, { + "id" : "ac91d64b-2f65-4f8a-ab26-d6ec7656960d", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "{!Record._Object}: {!Record._Title}" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "fdab4c93-fa91-4bc1-9c74-e99e5a54315c", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "162e1f76-59b0-40b1-98fd-e38e325cce5e", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "detail-0F9" +} \ No newline at end of file -- Gitblit v1.9.1