From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:56:14 +0800 Subject: [PATCH] lex community --- force-app/main/default/experiences/Consumable1/views/resources.json | 136 ++++++++++++++++++++++++-------------------- 1 files changed, 74 insertions(+), 62 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/resources.json b/force-app/main/default/experiences/Consumable1/views/resources.json index f958ce9..932c41e 100644 --- a/force-app/main/default/experiences/Consumable1/views/resources.json +++ b/force-app/main/default/experiences/Consumable1/views/resources.json @@ -1,63 +1,75 @@ { - "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 + "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" +} -- Gitblit v1.9.1