From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001
From: FUYU <fuyu@prec-tech.com>
Date: 星期三, 13 十二月 2023 16:30:27 +0800
Subject: [PATCH] 修改前备份

---
 force-app/main/default/experiences/Consumable1/views/flow.json |   72 +++++++++++++++++++----------------
 1 files changed, 39 insertions(+), 33 deletions(-)

diff --git a/force-app/main/default/experiences/Consumable1/views/flow.json b/force-app/main/default/experiences/Consumable1/views/flow.json
index 88012be..ffc95a0 100644
--- a/force-app/main/default/experiences/Consumable1/views/flow.json
+++ b/force-app/main/default/experiences/Consumable1/views/flow.json
@@ -1,34 +1,40 @@
 {
-  "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
-  "componentName" : "siteforce:sldsOneColLayout",
-  "dataProviders" : [ ],
-  "id" : "4aa9507c-1470-43b3-8000-390325f6bd7d",
-  "label" : "Flow",
-  "regions" : [ {
-    "id" : "4d7e2fae-45a7-4b69-9005-de342f942f38",
-    "regionName" : "header",
-    "type" : "region"
-  }, {
-    "components" : [ {
-      "componentAttributes" : {
-        "flowArguments" : "",
-        "flowName" : "{!flowName}"
-      },
-      "componentName" : "forceCommunity:flowCommunity",
-      "id" : "45d0d38f-558e-4351-99c6-e14557f11731",
-      "renderPriority" : "NEUTRAL",
-      "renditionMap" : { },
-      "type" : "component"
-    } ],
-    "id" : "96c3caa0-6524-4903-8de2-aad59a4c6e03",
-    "regionName" : "content",
-    "type" : "region"
-  }, {
-    "id" : "6ac44c78-d53b-4560-bbff-73d0b87baa93",
-    "regionName" : "footer",
-    "type" : "region"
-  } ],
-  "themeLayoutType" : "Inner",
-  "type" : "view",
-  "viewType" : "flow"
-}
\ No newline at end of file
+    "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
+    "componentName": "siteforce:sldsOneColLayout",
+    "dataProviders": [],
+    "id": "4aa9507c-1470-43b3-8000-390325f6bd7d",
+    "label": "Flow",
+    "regions": [
+        {
+            "id": "4d7e2fae-45a7-4b69-9005-de342f942f38",
+            "regionName": "header",
+            "type": "region"
+        },
+        {
+            "components": [
+                {
+                    "componentAttributes": {
+                        "flowArguments": "",
+                        "flowName": "{!flowName}"
+                    },
+                    "componentName": "forceCommunity:flowCommunity",
+                    "id": "45d0d38f-558e-4351-99c6-e14557f11731",
+                    "renderPriority": "NEUTRAL",
+                    "renditionMap": {},
+                    "type": "component"
+                }
+            ],
+            "id": "96c3caa0-6524-4903-8de2-aad59a4c6e03",
+            "regionName": "content",
+            "type": "region"
+        },
+        {
+            "id": "6ac44c78-d53b-4560-bbff-73d0b87baa93",
+            "regionName": "footer",
+            "type": "region"
+        }
+    ],
+    "themeLayoutType": "Inner",
+    "type": "view",
+    "viewType": "flow"
+}

--
Gitblit v1.9.1