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/dashboardDetail.json | 105 ++++++++++++++++++++++++---------------------------- 1 files changed, 48 insertions(+), 57 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json b/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json index 65f4914..45e6f1e 100644 --- a/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json +++ b/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json @@ -1,58 +1,49 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "47937364-e71b-469a-b996-317032189c45", - "label": "Dashboard Detail", - "regions": [ - { - "id": "646d2c85-c6e9-4db7-8a6f-3c118c0c5ee8", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "height": "1065", - "recordId": "{!recordId}" - }, - "componentName": "forceCommunity:dashboard", - "id": "d0f9abce-c4ac-4e23-a574-19da9a5024c3", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "e91e78ff-ac70-4d20-8301-fb1e76dedb9b", - "regionName": "content", - "type": "region" - }, - { - "id": "b1e7a1e2-39aa-47b7-a37d-75824027907a", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "{!Record._Object}: {!Record._Title}" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "6d83a6d3-edaf-4f22-ac0c-92d6b220fd30", - "renditionMap": {}, - "type": "component" - } - ], - "id": "558015ea-19cc-4c77-aba2-c53f3cc764d9", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "detail-01Z" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "4544a0e2-5ddb-49d0-b154-3903b3e7fb68", + "label" : "Dashboard Detail", + "regions" : [ { + "id" : "cf059051-9545-478c-a076-e7ff4543d95f", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "height" : "1065", + "recordId" : "{!recordId}" + }, + "componentName" : "forceCommunity:dashboard", + "id" : "a3426236-d100-4c2a-9655-6d6e3930b6df", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "38ddc7db-4ed1-42e3-9ee6-ef8459588b7f", + "regionName" : "content", + "type" : "region" + }, { + "id" : "d8f6f3ba-bac7-47a6-aa9c-12121409f9f2", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "{!Record._Object}: {!Record._Title}" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "d12ac0ed-4451-4546-bb3f-07f3465b5d33", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "f48d58f3-43e0-47a0-ab8b-61f57ce68b15", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "detail-01Z" +} \ No newline at end of file -- Gitblit v1.9.1