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/recordDetail.json | 140 +++++++++++++++++++++------------------------- 1 files changed, 65 insertions(+), 75 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/recordDetail.json b/force-app/main/default/experiences/Consumable1/views/recordDetail.json index 13612d3..898f432 100644 --- a/force-app/main/default/experiences/Consumable1/views/recordDetail.json +++ b/force-app/main/default/experiences/Consumable1/views/recordDetail.json @@ -1,76 +1,66 @@ { - "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "d30889c1-09fc-407a-8d9d-155b305cce6f", - "label": "Record Detail", - "regions": [ - { - "id": "58b8dc89-c614-4b2a-be76-1cd2733c7a2d", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "recordId": "{!recordId}" - }, - "componentName": "forceCommunity:recordHeadline", - "id": "d6471194-6314-4cc2-ad8d-8844760b584f", - "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": "43f7a144-34dd-4fe7-a4d6-9b4ce60a2633", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "79ac024a-2855-4c3d-ad2e-1529cb3588a7", - "regionName": "content", - "type": "region" - }, - { - "id": "73ccaf9e-c514-4a24-aaf6-c5c0d176c356", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "{!Record._Object}: {!Record._Title}" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "23c28297-68e4-4693-b7c2-eddb3a672965", - "renditionMap": {}, - "type": "component" - } - ], - "id": "06f1cca0-baa5-4d1c-b943-72735f101956", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "detail" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "d30889c1-09fc-407a-8d9d-155b305cce6f", + "label" : "Record Detail", + "regions" : [ { + "id" : "58b8dc89-c614-4b2a-be76-1cd2733c7a2d", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "recordId" : "{!recordId}" + }, + "componentName" : "forceCommunity:recordHeadline", + "id" : "d6471194-6314-4cc2-ad8d-8844760b584f", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + }, { + "componentAttributes" : { + "detailsTabLabel" : "Details", + "discussionsTabLabel" : "Feed", + "recordId" : "{!recordId}", + "relatedTabLabel" : "Related", + "showLegacyActivityComposer" : false, + "tab1Type" : "details", + "tab2Type" : "related", + "tab3Type" : "none", + "tab4Type" : "none", + "timelineTabLabel" : "Activity" + }, + "componentName" : "forceCommunity:recordHomeTabs", + "id" : "43f7a144-34dd-4fe7-a4d6-9b4ce60a2633", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "79ac024a-2855-4c3d-ad2e-1529cb3588a7", + "regionName" : "content", + "type" : "region" + }, { + "id" : "73ccaf9e-c514-4a24-aaf6-c5c0d176c356", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "{!Record._Object}: {!Record._Title}" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "23c28297-68e4-4693-b7c2-eddb3a672965", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "06f1cca0-baa5-4d1c-b943-72735f101956", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "detail" +} \ No newline at end of file -- Gitblit v1.9.1