From f62ffbeb0ce6d67b56c0d409d7b93574a0070452 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期二, 20 六月 2023 15:49:16 +0800 Subject: [PATCH] backup0616 --- force-app/main/default/experiences/Consumable1/views/reportBuilder.json | 70 ++++++++++++++++------------------- 1 files changed, 32 insertions(+), 38 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/reportBuilder.json b/force-app/main/default/experiences/Consumable1/views/reportBuilder.json index 4160705..c332605 100644 --- a/force-app/main/default/experiences/Consumable1/views/reportBuilder.json +++ b/force-app/main/default/experiences/Consumable1/views/reportBuilder.json @@ -1,39 +1,33 @@ { - "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" -} + "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 -- Gitblit v1.9.1