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/caseDetail.json | 140 +++++++++++++++++++++------------------------- 1 files changed, 65 insertions(+), 75 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/caseDetail.json b/force-app/main/default/experiences/Consumable1/views/caseDetail.json index 9278367..8580e4c 100644 --- a/force-app/main/default/experiences/Consumable1/views/caseDetail.json +++ b/force-app/main/default/experiences/Consumable1/views/caseDetail.json @@ -1,76 +1,66 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "b17204f0-44a2-4866-abaf-23f750a97ddd", - "label": "Case Detail", - "regions": [ - { - "id": "9c67d8f8-f7eb-4b96-a1a7-16b8062b3d57", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "recordId": "{!recordId}" - }, - "componentName": "forceCommunity:recordHeadline", - "id": "2c68dcfb-9f4e-4cac-b812-0ae412ff8733", - "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": "fd039f89-ba1f-4f3d-a270-52cbb83bb6e5", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "744079bf-ab73-462e-a23f-4f17a7b40b13", - "regionName": "content", - "type": "region" - }, - { - "id": "c3923904-a96f-479d-94da-8529e773dada", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "{!Record._Object}: {!Record._Title}" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "d7c9dd3f-bed9-4be6-877e-a0aa3309ab58", - "renditionMap": {}, - "type": "component" - } - ], - "id": "6926117b-34c0-4fd7-b2c0-040443303e3e", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "detail-500" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "3b1b2646-af41-43d3-a519-528aa49f45f4", + "label" : "Case Detail", + "regions" : [ { + "id" : "1eb1822e-40d4-40a9-8504-a3bc8ae79809", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "recordId" : "{!recordId}" + }, + "componentName" : "forceCommunity:recordHeadline", + "id" : "1602b68a-ea96-47ea-8132-0bba6301069a", + "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" : "eb5335d5-d3df-4512-91ae-50c5403ea737", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "40f59663-263d-41c7-94ea-345dca5b494e", + "regionName" : "content", + "type" : "region" + }, { + "id" : "c47a29f6-4120-46fd-9cfb-e9724d01b1e8", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "{!Record._Object}: {!Record._Title}" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "f8cd34d0-3569-404e-ad02-b6abae393992", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "28f1ae6f-7ab6-49c0-a8b1-4819fbedcae3", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "detail-500" +} \ No newline at end of file -- Gitblit v1.9.1