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/groupList.json | 85 +++++++++++++++++++++++------------------- 1 files changed, 46 insertions(+), 39 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/groupList.json b/force-app/main/default/experiences/Consumable1/views/groupList.json index 50a859c..eca12c8 100644 --- a/force-app/main/default/experiences/Consumable1/views/groupList.json +++ b/force-app/main/default/experiences/Consumable1/views/groupList.json @@ -1,40 +1,47 @@ { - "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "949c0ee3-6484-4ed7-a44f-aa417cec1835", - "label" : "Group List", - "regions" : [ { - "id" : "9a5c8668-57b0-4ed9-b08f-7db30276d775", - "regionName" : "header", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "richTextValue" : " <h1 style=\"text-align: center;\"> <b style=\"font-size: 20px; color: #1e2443;\">Group List</b> </h1> " - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "cbff4378-dadd-486b-b610-0c737fcc355a", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - }, { - "componentAttributes" : { }, - "componentName" : "forceCommunity:groupObjectHome", - "id" : "c5348791-4e5f-4115-bc57-297af7a3560b", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "e9583cc1-1d2d-49a3-bab1-4e826e4cce53", - "regionName" : "content", - "type" : "region" - }, { - "id" : "cc1ad297-48af-47cf-b66f-373b81e275f1", - "regionName" : "footer", - "type" : "region" - } ], - "themeLayoutType" : "Inner", - "type" : "view", - "viewType" : "list-0F9" -} \ No newline at end of file + "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "949c0ee3-6484-4ed7-a44f-aa417cec1835", + "label": "Group List", + "regions": [ + { + "id": "9a5c8668-57b0-4ed9-b08f-7db30276d775", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "richTextValue": " <h1 style=\"text-align: center;\"> <b style=\"font-size: 20px; color: #1e2443;\">Group List</b> </h1> " + }, + "componentName": "forceCommunity:richTextInline", + "id": "cbff4378-dadd-486b-b610-0c737fcc355a", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": {}, + "componentName": "forceCommunity:groupObjectHome", + "id": "c5348791-4e5f-4115-bc57-297af7a3560b", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "e9583cc1-1d2d-49a3-bab1-4e826e4cce53", + "regionName": "content", + "type": "region" + }, + { + "id": "cc1ad297-48af-47cf-b66f-373b81e275f1", + "regionName": "footer", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "list-0F9" +} -- Gitblit v1.9.1