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/topicCatalog.json | 133 ++++++++++++++++++++------------------------ 1 files changed, 61 insertions(+), 72 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/topicCatalog.json b/force-app/main/default/experiences/Consumable1/views/topicCatalog.json index 5253a92..6616412 100644 --- a/force-app/main/default/experiences/Consumable1/views/topicCatalog.json +++ b/force-app/main/default/experiences/Consumable1/views/topicCatalog.json @@ -1,73 +1,62 @@ { - "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" -} + "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 -- Gitblit v1.9.1