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/topicCatalog.json | 133 ++++++++++++++++++++++++-------------------- 1 files changed, 72 insertions(+), 61 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/topicCatalog.json b/force-app/main/default/experiences/Consumable1/views/topicCatalog.json index 6616412..6a820dd 100644 --- a/force-app/main/default/experiences/Consumable1/views/topicCatalog.json +++ b/force-app/main/default/experiences/Consumable1/views/topicCatalog.json @@ -1,62 +1,73 @@ { - "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "3912430c-3c10-4bf3-bf37-5a619a596491", - "label" : "Topic Catalog", - "regions" : [ { - "components" : [ { - "componentAttributes" : { - "bannerText" : "", - "bannerTextWithKnowledge" : "Explore other <a href=\"javascript:void(0)\" class=\"headlineArticles\">articles</a> and <a href=\"javascript:void(0)\" class=\"headlineDiscussions\">discussions</a> on this topic.", - "bannerTextWithoutKnowledge" : "Explore other <a href=\"javascript:void(0)\" class=\"headlineDiscussions\">discussions</a> on this topic.", - "pageType" : "", - "showSubTopics" : true, - "title" : "Topics", - "uniqueNameOrId" : "" - }, - "componentName" : "forceCommunity:headline", - "id" : "bb3cf42e-7839-4d1b-9397-61f43400e885", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "e0161633-e87a-4873-a308-f87278393077", - "regionName" : "header", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { }, - "componentName" : "forceCommunity:topicCatalog", - "id" : "c4149a20-518c-4518-8f16-363ca10cb9fd", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "0250f471-2b7a-48e8-894e-775d5d3edb11", - "regionName" : "content", - "type" : "region" - }, { - "id" : "36965db0-cc03-4916-b508-0b3747f12f39", - "regionName" : "footer", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "customHeadTags" : "", - "description" : "", - "title" : "Topic Catalog" - }, - "componentName" : "forceCommunity:seoAssistant", - "id" : "e81daa52-bbe0-4f2d-bd9e-a43f4156623b", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "44a8bb9f-9013-450a-ab7d-d6da72269e33", - "regionName" : "sfdcHiddenRegion", - "type" : "region" - } ], - "themeLayoutType" : "Inner", - "type" : "view", - "viewType" : "topic-catalog" -} \ No newline at end of file + "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "3912430c-3c10-4bf3-bf37-5a619a596491", + "label": "Topic Catalog", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "bannerText": "", + "bannerTextWithKnowledge": "Explore other <a href=\"javascript:void(0)\" class=\"headlineArticles\">articles</a> and <a href=\"javascript:void(0)\" class=\"headlineDiscussions\">discussions</a> on this topic.", + "bannerTextWithoutKnowledge": "Explore other <a href=\"javascript:void(0)\" class=\"headlineDiscussions\">discussions</a> on this topic.", + "pageType": "", + "showSubTopics": true, + "title": "Topics", + "uniqueNameOrId": "" + }, + "componentName": "forceCommunity:headline", + "id": "bb3cf42e-7839-4d1b-9397-61f43400e885", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "e0161633-e87a-4873-a308-f87278393077", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": {}, + "componentName": "forceCommunity:topicCatalog", + "id": "c4149a20-518c-4518-8f16-363ca10cb9fd", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "0250f471-2b7a-48e8-894e-775d5d3edb11", + "regionName": "content", + "type": "region" + }, + { + "id": "36965db0-cc03-4916-b508-0b3747f12f39", + "regionName": "footer", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "Topic Catalog" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "e81daa52-bbe0-4f2d-bd9e-a43f4156623b", + "renditionMap": {}, + "type": "component" + } + ], + "id": "44a8bb9f-9013-450a-ab7d-d6da72269e33", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "topic-catalog" +} -- Gitblit v1.9.1