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 95616d5..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": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "c8075095-c3fd-4d07-8079-0eb063287ad7", - "label": "Record Detail", - "regions": [ - { - "id": "6da91020-2e9a-45bb-824c-c649aa91eb2b", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "recordId": "{!recordId}" - }, - "componentName": "forceCommunity:recordHeadline", - "id": "90d97e07-565d-4df0-b939-466bdcd3af4a", - "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": "8857f111-6bd5-4e6e-aeaf-c5222f826b61", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "bf3bbcd3-bf99-43a1-a4d8-139ede220c94", - "regionName": "content", - "type": "region" - }, - { - "id": "b0395436-3796-48d1-be24-0fdc721d91a3", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "{!Record._Object}: {!Record._Title}" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "0a293aa4-d48c-4b46-8a04-30d0a0e02f54", - "renditionMap": {}, - "type": "component" - } - ], - "id": "24d73a32-25b2-404e-8b51-64f354ada477", - "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