From af7b716a60d889acea95560abba0e46eee008b8f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 05 七月 2023 13:54:50 +0800
Subject: [PATCH] backup0705

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

diff --git a/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json b/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json
index 5b2b002..45e6f1e 100644
--- a/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json
+++ b/force-app/main/default/experiences/Consumable1/views/dashboardDetail.json
@@ -1,58 +1,49 @@
 {
-  "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"
-}
+  "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

--
Gitblit v1.9.1