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/home.json |   81 ++++++++++++++++++++++------------------
 1 files changed, 44 insertions(+), 37 deletions(-)

diff --git a/force-app/main/default/experiences/Site3/views/home.json b/force-app/main/default/experiences/Site3/views/home.json
index 48b86f8..393481f 100644
--- a/force-app/main/default/experiences/Site3/views/home.json
+++ b/force-app/main/default/experiences/Site3/views/home.json
@@ -1,38 +1,45 @@
 {
-  "appPageId" : "7f290f39-4245-4612-9453-2b0c9f9e3701",
-  "componentName" : "siteforce:sldsOneColLayout",
-  "dataProviders" : [ ],
-  "id" : "e2e60370-e191-4f54-8b77-7da2fdc0c01f",
-  "label" : "Home",
-  "regions" : [ {
-    "id" : "497754d6-c23e-4ff5-baab-fe8d842e18fd",
-    "regionName" : "header",
-    "type" : "region"
-  }, {
-    "id" : "22e5790e-e557-47ce-be11-77ca9b9517bd",
-    "regionName" : "content",
-    "type" : "region"
-  }, {
-    "id" : "e0652978-bbe3-47ab-83f1-f659fcf2427a",
-    "regionName" : "footer",
-    "type" : "region"
-  }, {
-    "components" : [ {
-      "componentAttributes" : {
-        "customHeadTags" : "",
-        "description" : "",
-        "title" : "Home"
-      },
-      "componentName" : "forceCommunity:seoAssistant",
-      "id" : "b37194eb-0306-407c-9bba-88c9e30b2b42",
-      "renditionMap" : { },
-      "type" : "component"
-    } ],
-    "id" : "bd9053b8-fc17-48bf-8ab2-f56e8071fb82",
-    "regionName" : "sfdcHiddenRegion",
-    "type" : "region"
-  } ],
-  "themeLayoutType" : "Inner",
-  "type" : "view",
-  "viewType" : "home"
-}
\ No newline at end of file
+    "appPageId": "7f290f39-4245-4612-9453-2b0c9f9e3701",
+    "componentName": "siteforce:sldsOneColLayout",
+    "dataProviders": [],
+    "id": "e2e60370-e191-4f54-8b77-7da2fdc0c01f",
+    "label": "Home",
+    "regions": [
+        {
+            "id": "497754d6-c23e-4ff5-baab-fe8d842e18fd",
+            "regionName": "header",
+            "type": "region"
+        },
+        {
+            "id": "22e5790e-e557-47ce-be11-77ca9b9517bd",
+            "regionName": "content",
+            "type": "region"
+        },
+        {
+            "id": "e0652978-bbe3-47ab-83f1-f659fcf2427a",
+            "regionName": "footer",
+            "type": "region"
+        },
+        {
+            "components": [
+                {
+                    "componentAttributes": {
+                        "customHeadTags": "",
+                        "description": "",
+                        "title": "Home"
+                    },
+                    "componentName": "forceCommunity:seoAssistant",
+                    "id": "b37194eb-0306-407c-9bba-88c9e30b2b42",
+                    "renditionMap": {},
+                    "type": "component"
+                }
+            ],
+            "id": "bd9053b8-fc17-48bf-8ab2-f56e8071fb82",
+            "regionName": "sfdcHiddenRegion",
+            "type": "region"
+        }
+    ],
+    "themeLayoutType": "Inner",
+    "type": "view",
+    "viewType": "home"
+}

--
Gitblit v1.9.1