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/Site3/views/recordDetail.json | 138 +++++++++++++++++++++------------------------ 1 files changed, 64 insertions(+), 74 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/recordDetail.json b/force-app/main/default/experiences/Site3/views/recordDetail.json index 61c55e4..bd724a6 100644 --- a/force-app/main/default/experiences/Site3/views/recordDetail.json +++ b/force-app/main/default/experiences/Site3/views/recordDetail.json @@ -1,75 +1,65 @@ { - "appPageId": "7f290f39-4245-4612-9453-2b0c9f9e3701", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "bb2f4e25-0c5a-46a4-adb6-431ecad42732", - "label": "Record Detail", - "regions": [ - { - "id": "d7e0c80b-0785-4368-b355-8df9b74d7585", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "recordId": "{!recordId}" - }, - "componentName": "forceCommunity:recordHeadline", - "id": "cc81febf-e90c-4506-a6ae-49118bcc9561", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - }, - { - "componentAttributes": { - "detailsTabLabel": "Details", - "discussionsTabLabel": "Feed", - "recordId": "{!recordId}", - "relatedTabLabel": "Related", - "tab1Type": "details", - "tab2Type": "related", - "tab3Type": "chatter", - "tab4Type": "none", - "timelineTabLabel": "Activity" - }, - "componentName": "forceCommunity:recordHomeTabs", - "id": "49358887-7f6c-49d2-b870-bca6628902cc", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "431670c5-9b29-44ff-9abb-08da1f5bc596", - "regionName": "content", - "type": "region" - }, - { - "id": "ef26bfcc-676c-44ae-bba2-ef9d4e139000", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "{!Record._Object}: {!Record._Title}" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "e54f6f0f-9bb6-49c5-874b-e0cb6df5aac9", - "renditionMap": {}, - "type": "component" - } - ], - "id": "545512d3-d5b2-48c3-81d7-08d3a34ca75a", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "detail" -} + "appPageId" : "7f290f39-4245-4612-9453-2b0c9f9e3701", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "bb2f4e25-0c5a-46a4-adb6-431ecad42732", + "label" : "Record Detail", + "regions" : [ { + "id" : "d7e0c80b-0785-4368-b355-8df9b74d7585", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "recordId" : "{!recordId}" + }, + "componentName" : "forceCommunity:recordHeadline", + "id" : "cc81febf-e90c-4506-a6ae-49118bcc9561", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + }, { + "componentAttributes" : { + "detailsTabLabel" : "Details", + "discussionsTabLabel" : "Feed", + "recordId" : "{!recordId}", + "relatedTabLabel" : "Related", + "tab1Type" : "details", + "tab2Type" : "related", + "tab3Type" : "chatter", + "tab4Type" : "none", + "timelineTabLabel" : "Activity" + }, + "componentName" : "forceCommunity:recordHomeTabs", + "id" : "49358887-7f6c-49d2-b870-bca6628902cc", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "431670c5-9b29-44ff-9abb-08da1f5bc596", + "regionName" : "content", + "type" : "region" + }, { + "id" : "ef26bfcc-676c-44ae-bba2-ef9d4e139000", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "{!Record._Object}: {!Record._Title}" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "e54f6f0f-9bb6-49c5-874b-e0cb6df5aac9", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "545512d3-d5b2-48c3-81d7-08d3a34ca75a", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "detail" +} \ No newline at end of file -- Gitblit v1.9.1