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/feedDetail.json |   70 +++++++++++++++++++----------------
 1 files changed, 38 insertions(+), 32 deletions(-)

diff --git a/force-app/main/default/experiences/Consumable1/views/feedDetail.json b/force-app/main/default/experiences/Consumable1/views/feedDetail.json
index 237324c..0e3c3b5 100644
--- a/force-app/main/default/experiences/Consumable1/views/feedDetail.json
+++ b/force-app/main/default/experiences/Consumable1/views/feedDetail.json
@@ -1,33 +1,39 @@
 {
-  "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
-  "componentName" : "siteforce:sldsOneColLayout",
-  "dataProviders" : [ ],
-  "id" : "eb28719b-06b5-4397-bf8d-667ec408ca46",
-  "label" : "Feed Detail",
-  "regions" : [ {
-    "id" : "6a9400e1-ad64-47ea-829f-6ce793c4ad02",
-    "regionName" : "header",
-    "type" : "region"
-  }, {
-    "components" : [ {
-      "componentAttributes" : {
-        "id" : "{!recordId}"
-      },
-      "componentName" : "forceCommunity:feedItemDetail",
-      "id" : "59f29841-0c8d-40d7-83ba-c590f2214d4e",
-      "renderPriority" : "NEUTRAL",
-      "renditionMap" : { },
-      "type" : "component"
-    } ],
-    "id" : "d66f961b-0bba-4472-9a69-13676f89b28e",
-    "regionName" : "content",
-    "type" : "region"
-  }, {
-    "id" : "04b45900-4d8a-4452-86c8-ca0c8b030bd5",
-    "regionName" : "footer",
-    "type" : "region"
-  } ],
-  "themeLayoutType" : "Inner",
-  "type" : "view",
-  "viewType" : "feeditem-generic"
-}
\ No newline at end of file
+    "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
+    "componentName": "siteforce:sldsOneColLayout",
+    "dataProviders": [],
+    "id": "eb28719b-06b5-4397-bf8d-667ec408ca46",
+    "label": "Feed Detail",
+    "regions": [
+        {
+            "id": "6a9400e1-ad64-47ea-829f-6ce793c4ad02",
+            "regionName": "header",
+            "type": "region"
+        },
+        {
+            "components": [
+                {
+                    "componentAttributes": {
+                        "id": "{!recordId}"
+                    },
+                    "componentName": "forceCommunity:feedItemDetail",
+                    "id": "59f29841-0c8d-40d7-83ba-c590f2214d4e",
+                    "renderPriority": "NEUTRAL",
+                    "renditionMap": {},
+                    "type": "component"
+                }
+            ],
+            "id": "d66f961b-0bba-4472-9a69-13676f89b28e",
+            "regionName": "content",
+            "type": "region"
+        },
+        {
+            "id": "04b45900-4d8a-4452-86c8-ca0c8b030bd5",
+            "regionName": "footer",
+            "type": "region"
+        }
+    ],
+    "themeLayoutType": "Inner",
+    "type": "view",
+    "viewType": "feeditem-generic"
+}

--
Gitblit v1.9.1