From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期五, 16 六月 2023 17:24:31 +0800
Subject: [PATCH] backup code

---
 force-app/main/default/experiences/Consumable1/views/resources.json |  136 ++++++++++++++++++++------------------------
 1 files changed, 62 insertions(+), 74 deletions(-)

diff --git a/force-app/main/default/experiences/Consumable1/views/resources.json b/force-app/main/default/experiences/Consumable1/views/resources.json
index 495ee4c..f958ce9 100644
--- a/force-app/main/default/experiences/Consumable1/views/resources.json
+++ b/force-app/main/default/experiences/Consumable1/views/resources.json
@@ -1,75 +1,63 @@
 {
-  "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374",
-  "componentName": "siteforce:sldsTwoCol84Layout",
-  "dataProviders": [],
-  "id": "2feda9aa-a785-4e98-9448-352e28d95b34",
-  "label": "Resources",
-  "regions": [
-    {
-      "id": "6372864b-d004-480d-a164-80d5c483d6d5",
-      "regionName": "header",
-      "type": "region"
-    },
-    {
-      "components": [
-        {
-          "componentAttributes": {
-            "librariesHeaderLabel": "Libraries",
-            "showWorkspaceImage": true
-          },
-          "componentName": "forceCommunity:workspacesList",
-          "id": "2e0e0428-6e7c-4b95-9e9e-4e82022fa404",
-          "renderPriority": "NEUTRAL",
-          "renditionMap": {},
-          "type": "component"
-        }
-      ],
-      "id": "eb700be4-2afe-4df5-94b6-0f0cc019d588",
-      "regionName": "content",
-      "type": "region"
-    },
-    {
-      "components": [
-        {
-          "componentAttributes": {
-            "title": "Popular Now"
-          },
-          "componentName": "forceChatter:recommendationsBig",
-          "id": "285d61be-06fc-4a6f-aaee-3ecbb483b948",
-          "renderPriority": "NEUTRAL",
-          "renditionMap": {},
-          "type": "component"
-        }
-      ],
-      "id": "180d635c-3d79-40c1-a9be-466504176d9e",
-      "regionName": "sidebar",
-      "type": "region"
-    },
-    {
-      "id": "0d2455d9-0fcf-4a57-b9b9-85ef03129973",
-      "regionName": "footer",
-      "type": "region"
-    },
-    {
-      "components": [
-        {
-          "componentAttributes": {
-            "customHeadTags": "",
-            "description": "",
-            "title": "Resources"
-          },
-          "componentName": "forceCommunity:seoAssistant",
-          "id": "413ba905-225b-4c23-aa6a-e07b7f2d8b28",
-          "renditionMap": {},
-          "type": "component"
-        }
-      ],
-      "id": "a81d27b2-b367-40c4-a1f2-d24a2bb0f930",
-      "regionName": "sfdcHiddenRegion",
-      "type": "region"
-    }
-  ],
-  "themeLayoutType": "Inner",
-  "type": "view",
-  "viewType": "files"
-}
+  "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
+  "componentName" : "siteforce:sldsTwoCol84Layout",
+  "dataProviders" : [ ],
+  "id" : "dc215254-3731-423c-ba11-3d87746598e8",
+  "label" : "Resources",
+  "regions" : [ {
+    "id" : "72cef312-c96f-46e1-859d-1dfc1ac2c05a",
+    "regionName" : "header",
+    "type" : "region"
+  }, {
+    "components" : [ {
+      "componentAttributes" : {
+        "librariesHeaderLabel" : "Libraries",
+        "showWorkspaceImage" : true
+      },
+      "componentName" : "forceCommunity:workspacesList",
+      "id" : "d02b982c-c404-4ee6-b7eb-81cc247d2e58",
+      "renderPriority" : "NEUTRAL",
+      "renditionMap" : { },
+      "type" : "component"
+    } ],
+    "id" : "a5fb005e-9493-44c8-be82-daa9ed4855db",
+    "regionName" : "content",
+    "type" : "region"
+  }, {
+    "components" : [ {
+      "componentAttributes" : {
+        "title" : "Popular Now"
+      },
+      "componentName" : "forceChatter:recommendationsBig",
+      "id" : "2a81731a-6fd2-4087-a360-23531384ce7b",
+      "renderPriority" : "NEUTRAL",
+      "renditionMap" : { },
+      "type" : "component"
+    } ],
+    "id" : "5f304697-36f3-4e31-985d-b54afad66c28",
+    "regionName" : "sidebar",
+    "type" : "region"
+  }, {
+    "id" : "31ffad04-7009-47aa-b99a-01f08cb17d10",
+    "regionName" : "footer",
+    "type" : "region"
+  }, {
+    "components" : [ {
+      "componentAttributes" : {
+        "customHeadTags" : "",
+        "description" : "",
+        "title" : "Resources"
+      },
+      "componentName" : "forceCommunity:seoAssistant",
+      "id" : "a49b7653-081c-4721-ab11-85ec5590cf32",
+      "renditionMap" : { },
+      "type" : "component"
+    } ],
+    "id" : "85fe3418-3e87-45e0-ab01-9530875c41c3",
+    "regionName" : "sfdcHiddenRegion",
+    "type" : "region"
+  } ],
+  "themeLayoutType" : "Inner",
+  "type" : "view",
+  "viewType" : "files"
+}
\ No newline at end of file

--
Gitblit v1.9.1