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/groupList.json |   85 +++++++++++++++++++-----------------------
 1 files changed, 39 insertions(+), 46 deletions(-)

diff --git a/force-app/main/default/experiences/Consumable1/views/groupList.json b/force-app/main/default/experiences/Consumable1/views/groupList.json
index dae0738..50a859c 100644
--- a/force-app/main/default/experiences/Consumable1/views/groupList.json
+++ b/force-app/main/default/experiences/Consumable1/views/groupList.json
@@ -1,47 +1,40 @@
 {
-  "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374",
-  "componentName": "siteforce:sldsOneColLayout",
-  "dataProviders": [],
-  "id": "87a9b140-31e2-4c28-9fa4-82135022e59d",
-  "label": "Group List",
-  "regions": [
-    {
-      "id": "89649989-257d-4c62-ac2d-cfb067a7dab9",
-      "regionName": "header",
-      "type": "region"
-    },
-    {
-      "components": [
-        {
-          "componentAttributes": {
-            "richTextValue": "             <h1 style=\"text-align: center;\">                 <b style=\"font-size: 20px; color: #1e2443;\">Group List</b>             </h1>             "
-          },
-          "componentName": "forceCommunity:richTextInline",
-          "id": "0c8f9c88-77cb-432b-aad6-bfb98bb54388",
-          "renderPriority": "NEUTRAL",
-          "renditionMap": {},
-          "type": "component"
-        },
-        {
-          "componentAttributes": {},
-          "componentName": "forceCommunity:groupObjectHome",
-          "id": "0856cb72-ce49-46cb-b936-e908c1096841",
-          "renderPriority": "NEUTRAL",
-          "renditionMap": {},
-          "type": "component"
-        }
-      ],
-      "id": "b21ee870-d315-48be-93c1-d4d79e5f1b53",
-      "regionName": "content",
-      "type": "region"
-    },
-    {
-      "id": "08886110-b15a-4ff9-9de1-3a1f81708cb5",
-      "regionName": "footer",
-      "type": "region"
-    }
-  ],
-  "themeLayoutType": "Inner",
-  "type": "view",
-  "viewType": "list-0F9"
-}
+  "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
+  "componentName" : "siteforce:sldsOneColLayout",
+  "dataProviders" : [ ],
+  "id" : "949c0ee3-6484-4ed7-a44f-aa417cec1835",
+  "label" : "Group List",
+  "regions" : [ {
+    "id" : "9a5c8668-57b0-4ed9-b08f-7db30276d775",
+    "regionName" : "header",
+    "type" : "region"
+  }, {
+    "components" : [ {
+      "componentAttributes" : {
+        "richTextValue" : "             <h1 style=\"text-align: center;\">                 <b style=\"font-size: 20px; color: #1e2443;\">Group List</b>             </h1>             "
+      },
+      "componentName" : "forceCommunity:richTextInline",
+      "id" : "cbff4378-dadd-486b-b610-0c737fcc355a",
+      "renderPriority" : "NEUTRAL",
+      "renditionMap" : { },
+      "type" : "component"
+    }, {
+      "componentAttributes" : { },
+      "componentName" : "forceCommunity:groupObjectHome",
+      "id" : "c5348791-4e5f-4115-bc57-297af7a3560b",
+      "renderPriority" : "NEUTRAL",
+      "renditionMap" : { },
+      "type" : "component"
+    } ],
+    "id" : "e9583cc1-1d2d-49a3-bab1-4e826e4cce53",
+    "regionName" : "content",
+    "type" : "region"
+  }, {
+    "id" : "cc1ad297-48af-47cf-b66f-373b81e275f1",
+    "regionName" : "footer",
+    "type" : "region"
+  } ],
+  "themeLayoutType" : "Inner",
+  "type" : "view",
+  "viewType" : "list-0F9"
+}
\ No newline at end of file

--
Gitblit v1.9.1