From df5aa8087c2c7328dc4188f05d762c8df1f0b07a Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 18 七月 2023 09:19:12 +0800
Subject: [PATCH] changeorg

---
 force-app/main/default/experiences/Consumable1/views/dashboardDetail.json |  105 ++++++++++++++++++++++++++++------------------------
 1 files changed, 57 insertions(+), 48 deletions(-)

diff --git a/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json b/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json
index 45e6f1e..f22aaad 100644
--- a/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json
+++ b/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json
@@ -1,49 +1,58 @@
 {
-  "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
-  "componentName" : "siteforce:sldsOneColLayout",
-  "dataProviders" : [ ],
-  "id" : "4544a0e2-5ddb-49d0-b154-3903b3e7fb68",
-  "label" : "Dashboard Detail",
-  "regions" : [ {
-    "id" : "cf059051-9545-478c-a076-e7ff4543d95f",
-    "regionName" : "header",
-    "type" : "region"
-  }, {
-    "components" : [ {
-      "componentAttributes" : {
-        "height" : "1065",
-        "recordId" : "{!recordId}"
-      },
-      "componentName" : "forceCommunity:dashboard",
-      "id" : "a3426236-d100-4c2a-9655-6d6e3930b6df",
-      "renderPriority" : "NEUTRAL",
-      "renditionMap" : { },
-      "type" : "component"
-    } ],
-    "id" : "38ddc7db-4ed1-42e3-9ee6-ef8459588b7f",
-    "regionName" : "content",
-    "type" : "region"
-  }, {
-    "id" : "d8f6f3ba-bac7-47a6-aa9c-12121409f9f2",
-    "regionName" : "footer",
-    "type" : "region"
-  }, {
-    "components" : [ {
-      "componentAttributes" : {
-        "customHeadTags" : "",
-        "description" : "",
-        "title" : "{!Record._Object}: {!Record._Title}"
-      },
-      "componentName" : "forceCommunity:seoAssistant",
-      "id" : "d12ac0ed-4451-4546-bb3f-07f3465b5d33",
-      "renditionMap" : { },
-      "type" : "component"
-    } ],
-    "id" : "f48d58f3-43e0-47a0-ab8b-61f57ce68b15",
-    "regionName" : "sfdcHiddenRegion",
-    "type" : "region"
-  } ],
-  "themeLayoutType" : "Inner",
-  "type" : "view",
-  "viewType" : "detail-01Z"
-}
\ No newline at end of file
+    "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
+    "componentName": "siteforce:sldsOneColLayout",
+    "dataProviders": [],
+    "id": "4544a0e2-5ddb-49d0-b154-3903b3e7fb68",
+    "label": "Dashboard Detail",
+    "regions": [
+        {
+            "id": "cf059051-9545-478c-a076-e7ff4543d95f",
+            "regionName": "header",
+            "type": "region"
+        },
+        {
+            "components": [
+                {
+                    "componentAttributes": {
+                        "height": "1065",
+                        "recordId": "{!recordId}"
+                    },
+                    "componentName": "forceCommunity:dashboard",
+                    "id": "a3426236-d100-4c2a-9655-6d6e3930b6df",
+                    "renderPriority": "NEUTRAL",
+                    "renditionMap": {},
+                    "type": "component"
+                }
+            ],
+            "id": "38ddc7db-4ed1-42e3-9ee6-ef8459588b7f",
+            "regionName": "content",
+            "type": "region"
+        },
+        {
+            "id": "d8f6f3ba-bac7-47a6-aa9c-12121409f9f2",
+            "regionName": "footer",
+            "type": "region"
+        },
+        {
+            "components": [
+                {
+                    "componentAttributes": {
+                        "customHeadTags": "",
+                        "description": "",
+                        "title": "{!Record._Object}: {!Record._Title}"
+                    },
+                    "componentName": "forceCommunity:seoAssistant",
+                    "id": "d12ac0ed-4451-4546-bb3f-07f3465b5d33",
+                    "renditionMap": {},
+                    "type": "component"
+                }
+            ],
+            "id": "f48d58f3-43e0-47a0-ab8b-61f57ce68b15",
+            "regionName": "sfdcHiddenRegion",
+            "type": "region"
+        }
+    ],
+    "themeLayoutType": "Inner",
+    "type": "view",
+    "viewType": "detail-01Z"
+}

--
Gitblit v1.9.1