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/Site3/views/error.json | 103 ++++++++++++++++++++++++++++----------------------- 1 files changed, 56 insertions(+), 47 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/error.json b/force-app/main/default/experiences/Site3/views/error.json index 4b1d515..59c06d4 100644 --- a/force-app/main/default/experiences/Site3/views/error.json +++ b/force-app/main/default/experiences/Site3/views/error.json @@ -1,48 +1,57 @@ { - "appPageId" : "7f290f39-4245-4612-9453-2b0c9f9e3701", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "c792b011-93b7-4274-aa53-359303ca2567", - "label" : "Error", - "regions" : [ { - "id" : "1789e5dc-0771-4bbe-bacd-189f7ff243ab", - "regionName" : "header", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "richTextValue" : "<p style=\"text-align: center;\">Invalid Page</p>" - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "cdc3e240-9222-48c5-a1d6-aa93804b982d", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "3410ec75-14f6-435d-b4e3-e8fb3844d9c1", - "regionName" : "content", - "type" : "region" - }, { - "id" : "c0398406-6a67-4006-abdf-c90203f0aa48", - "regionName" : "footer", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "customHeadTags" : "", - "description" : "", - "title" : "Error" - }, - "componentName" : "forceCommunity:seoAssistant", - "id" : "4683476f-e4bf-4709-a9b4-5a4fca5d1c9a", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "f7aafc3f-c920-4c75-9d02-5d4140ca0048", - "regionName" : "sfdcHiddenRegion", - "type" : "region" - } ], - "themeLayoutType" : "Inner", - "type" : "view", - "viewType" : "error" -} \ No newline at end of file + "appPageId": "7f290f39-4245-4612-9453-2b0c9f9e3701", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "c792b011-93b7-4274-aa53-359303ca2567", + "label": "Error", + "regions": [ + { + "id": "1789e5dc-0771-4bbe-bacd-189f7ff243ab", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "richTextValue": "<p style=\"text-align: center;\">Invalid Page</p>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "cdc3e240-9222-48c5-a1d6-aa93804b982d", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "3410ec75-14f6-435d-b4e3-e8fb3844d9c1", + "regionName": "content", + "type": "region" + }, + { + "id": "c0398406-6a67-4006-abdf-c90203f0aa48", + "regionName": "footer", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "Error" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "4683476f-e4bf-4709-a9b4-5a4fca5d1c9a", + "renditionMap": {}, + "type": "component" + } + ], + "id": "f7aafc3f-c920-4c75-9d02-5d4140ca0048", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "error" +} -- Gitblit v1.9.1