From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期三, 13 十二月 2023 16:30:27 +0800 Subject: [PATCH] 修改前备份 --- force-app/main/default/experiences/Consumable1/views/messages.json | 48 ++++++++++++++++++++++++++---------------------- 1 files changed, 26 insertions(+), 22 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/messages.json b/force-app/main/default/experiences/Consumable1/views/messages.json index a949573..ff7bc29 100644 --- a/force-app/main/default/experiences/Consumable1/views/messages.json +++ b/force-app/main/default/experiences/Consumable1/views/messages.json @@ -1,23 +1,27 @@ { - "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "55f1ae5d-c9ac-44ad-bb27-4c22dddc2a2e", - "label" : "Messages", - "regions" : [ { - "components" : [ { - "componentAttributes" : { }, - "componentName" : "forceChatter:messages", - "id" : "e42525c8-73ea-4e9f-8306-81021473d168", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "a60f42f5-2ed2-4a01-93e5-dff8f3f5552f", - "regionName" : "content", - "type" : "region" - } ], - "themeLayoutType" : "Inner", - "type" : "view", - "viewType" : "messages" -} \ No newline at end of file + "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "55f1ae5d-c9ac-44ad-bb27-4c22dddc2a2e", + "label": "Messages", + "regions": [ + { + "components": [ + { + "componentAttributes": {}, + "componentName": "forceChatter:messages", + "id": "e42525c8-73ea-4e9f-8306-81021473d168", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "a60f42f5-2ed2-4a01-93e5-dff8f3f5552f", + "regionName": "content", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "messages" +} -- Gitblit v1.9.1