From df5aa8087c2c7328dc4188f05d762c8df1f0b07a Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 18 七月 2023 09:19:12 +0800 Subject: [PATCH] changeorg --- force-app/main/default/experiences/Consumable1/views/reportBuilder.json | 70 +++++++++++++++++++---------------- 1 files changed, 38 insertions(+), 32 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/reportBuilder.json b/force-app/main/default/experiences/Consumable1/views/reportBuilder.json index c332605..bb9974c 100644 --- a/force-app/main/default/experiences/Consumable1/views/reportBuilder.json +++ b/force-app/main/default/experiences/Consumable1/views/reportBuilder.json @@ -1,33 +1,39 @@ { - "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "059d5f4a-e616-4540-be96-a34b294fb2a4", - "label" : "Report Builder", - "regions" : [ { - "id" : "b0668fae-e6be-4e0f-85ad-0bd2ff51e3f4", - "regionName" : "header", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "recordId" : "{!recordId}" - }, - "componentName" : "forceCommunity:reportBuilder", - "id" : "2d38f9cf-474d-490e-92d0-ab02343f9c7a", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "69520259-ca39-49a9-bc51-28a53ce45025", - "regionName" : "content", - "type" : "region" - }, { - "id" : "2bcf6747-9ca7-4726-8e9a-dd1334643433", - "regionName" : "footer", - "type" : "region" - } ], - "themeLayoutType" : "Inner", - "type" : "view", - "viewType" : "createreport" -} \ No newline at end of file + "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "059d5f4a-e616-4540-be96-a34b294fb2a4", + "label": "Report Builder", + "regions": [ + { + "id": "b0668fae-e6be-4e0f-85ad-0bd2ff51e3f4", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "recordId": "{!recordId}" + }, + "componentName": "forceCommunity:reportBuilder", + "id": "2d38f9cf-474d-490e-92d0-ab02343f9c7a", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "69520259-ca39-49a9-bc51-28a53ce45025", + "regionName": "content", + "type": "region" + }, + { + "id": "2bcf6747-9ca7-4726-8e9a-dd1334643433", + "regionName": "footer", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "createreport" +} -- Gitblit v1.9.1