From dd1c643be561ebfbb521431b49d6e1e65bfcbd81 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:49:07 +0800 Subject: [PATCH] fixconflict --- force-app/main/default/experiences/Partner21/views/flow.json | 72 ++++++++++++++++++------------------ 1 files changed, 36 insertions(+), 36 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/views/flow.json b/force-app/main/default/experiences/Partner21/views/flow.json index 59538c4..472f641 100644 --- a/force-app/main/default/experiences/Partner21/views/flow.json +++ b/force-app/main/default/experiences/Partner21/views/flow.json @@ -1,40 +1,40 @@ { - "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "87c1c576-6744-474b-9e97-f16fc38fe2bb", - "label": "Flow", - "regions": [ - { - "id": "1f2335d9-cba5-45fd-b3e8-9a8187399562", - "regionName": "header", - "type": "region" - }, - { - "components": [ + "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "87c1c576-6744-474b-9e97-f16fc38fe2bb", + "label": "Flow", + "regions": [ { - "componentAttributes": { - "flowArguments": "", - "flowName": "{!flowName}" - }, - "componentName": "forceCommunity:flowCommunity", - "id": "a216c407-67a7-4b5a-9937-ac1721b1f20c", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" + "id": "1f2335d9-cba5-45fd-b3e8-9a8187399562", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "flowArguments": "", + "flowName": "{!flowName}" + }, + "componentName": "forceCommunity:flowCommunity", + "id": "a216c407-67a7-4b5a-9937-ac1721b1f20c", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "8acdc309-e025-4b75-8d16-5ca5f325c999", + "regionName": "content", + "type": "region" + }, + { + "id": "f65c79b7-acf1-4079-ab20-34a867030d1d", + "regionName": "footer", + "type": "region" } - ], - "id": "8acdc309-e025-4b75-8d16-5ca5f325c999", - "regionName": "content", - "type": "region" - }, - { - "id": "f65c79b7-acf1-4079-ab20-34a867030d1d", - "regionName": "footer", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "flow" + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "flow" } -- Gitblit v1.9.1