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/reportDetail.json | 103 +++++++++++++++++++++++---------------------------- 1 files changed, 47 insertions(+), 56 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/reportDetail.json b/force-app/main/default/experiences/Consumable1/views/reportDetail.json index ebc47e2..4811dcc 100644 --- a/force-app/main/default/experiences/Consumable1/views/reportDetail.json +++ b/force-app/main/default/experiences/Consumable1/views/reportDetail.json @@ -1,57 +1,48 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "ac90421b-0cd9-4c2e-a836-ee4567ce8d1f", - "label": "Report Detail", - "regions": [ - { - "id": "b8a2ac35-b501-4034-a616-5f54591b17d0", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "recordId": "{!recordId}" - }, - "componentName": "forceCommunity:reportPage", - "id": "abe06f62-acc2-41c3-809c-1f150f8841da", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "8cdd6f99-9662-4a58-b0ee-4065486d0ef4", - "regionName": "content", - "type": "region" - }, - { - "id": "a10f13ff-f8c2-433d-82e5-20397d085c0c", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "{!Record._Object}: {!Record._Title}" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "bdc1ac10-229a-4c7b-97c7-eb30938a33db", - "renditionMap": {}, - "type": "component" - } - ], - "id": "d1410883-3540-4f4c-9b28-06294a5a0248", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "detail-00O" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "66e48eb0-9203-4842-9fde-8b4e7e63b8ac", + "label" : "Report Detail", + "regions" : [ { + "id" : "993df7e2-02c2-4043-80f2-75b1fc26b624", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "recordId" : "{!recordId}" + }, + "componentName" : "forceCommunity:reportPage", + "id" : "a1126338-71f3-4c8b-9fad-fdb3915a12a4", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "993ff9cc-3b17-46b6-a40d-f1f97c4db48c", + "regionName" : "content", + "type" : "region" + }, { + "id" : "8429749f-ee7b-4be7-b953-ce1a28fe724e", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "{!Record._Object}: {!Record._Title}" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "a848b6bf-1473-4426-ad50-f3e85894c8c2", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "c3a6a3e2-ce86-4417-ba50-39bb2e8d6939", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "detail-00O" +} \ No newline at end of file -- Gitblit v1.9.1