From c51e03fbf2f6633d8e88aeec9dcb8df13524df8f Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期四, 13 七月 2023 12:00:06 +0800 Subject: [PATCH] backup0713 --- force-app/main/default/experiences/Consumable1/views/resources.json | 136 ++++++++++++++++++++------------------------ 1 files changed, 62 insertions(+), 74 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/resources.json b/force-app/main/default/experiences/Consumable1/views/resources.json index e48ff3e..f958ce9 100644 --- a/force-app/main/default/experiences/Consumable1/views/resources.json +++ b/force-app/main/default/experiences/Consumable1/views/resources.json @@ -1,75 +1,63 @@ { - "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName": "siteforce:sldsTwoCol84Layout", - "dataProviders": [], - "id": "dc215254-3731-423c-ba11-3d87746598e8", - "label": "Resources", - "regions": [ - { - "id": "72cef312-c96f-46e1-859d-1dfc1ac2c05a", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "librariesHeaderLabel": "Libraries", - "showWorkspaceImage": true - }, - "componentName": "forceCommunity:workspacesList", - "id": "d02b982c-c404-4ee6-b7eb-81cc247d2e58", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "a5fb005e-9493-44c8-be82-daa9ed4855db", - "regionName": "content", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "title": "Popular Now" - }, - "componentName": "forceChatter:recommendationsBig", - "id": "2a81731a-6fd2-4087-a360-23531384ce7b", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "5f304697-36f3-4e31-985d-b54afad66c28", - "regionName": "sidebar", - "type": "region" - }, - { - "id": "31ffad04-7009-47aa-b99a-01f08cb17d10", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "Resources" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "a49b7653-081c-4721-ab11-85ec5590cf32", - "renditionMap": {}, - "type": "component" - } - ], - "id": "85fe3418-3e87-45e0-ab01-9530875c41c3", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "files" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsTwoCol84Layout", + "dataProviders" : [ ], + "id" : "dc215254-3731-423c-ba11-3d87746598e8", + "label" : "Resources", + "regions" : [ { + "id" : "72cef312-c96f-46e1-859d-1dfc1ac2c05a", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "librariesHeaderLabel" : "Libraries", + "showWorkspaceImage" : true + }, + "componentName" : "forceCommunity:workspacesList", + "id" : "d02b982c-c404-4ee6-b7eb-81cc247d2e58", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "a5fb005e-9493-44c8-be82-daa9ed4855db", + "regionName" : "content", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "title" : "Popular Now" + }, + "componentName" : "forceChatter:recommendationsBig", + "id" : "2a81731a-6fd2-4087-a360-23531384ce7b", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "5f304697-36f3-4e31-985d-b54afad66c28", + "regionName" : "sidebar", + "type" : "region" + }, { + "id" : "31ffad04-7009-47aa-b99a-01f08cb17d10", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "Resources" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "a49b7653-081c-4721-ab11-85ec5590cf32", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "85fe3418-3e87-45e0-ab01-9530875c41c3", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "files" +} \ No newline at end of file -- Gitblit v1.9.1