From 410599fdf4f96d7f19b51bc28e544fa4e8780a1e Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 14:06:00 +0800
Subject: [PATCH] backup

---
 force-app/main/default/experiences/Site3/views/error.json |  103 +++++++++++++++++++++++----------------------------
 1 files changed, 47 insertions(+), 56 deletions(-)

diff --git a/force-app/main/default/experiences/Site3/views/error.json b/force-app/main/default/experiences/Site3/views/error.json
index 25673b8..4b1d515 100644
--- a/force-app/main/default/experiences/Site3/views/error.json
+++ b/force-app/main/default/experiences/Site3/views/error.json
@@ -1,57 +1,48 @@
 {
-  "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": "<div style='text-align: center;'>Invalid Page</div>"
-          },
-          "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"
-}
+  "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

--
Gitblit v1.9.1