From 410599fdf4f96d7f19b51bc28e544fa4e8780a1e Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 14:06:00 +0800
Subject: [PATCH] backup
---
force-app/main/default/experiences/Consumable1/views/createRecord.json | 72 ++++++++++++++++-------------------
1 files changed, 33 insertions(+), 39 deletions(-)
diff --git a/force-app/main/default/experiences/Consumable1/views/createRecord.json b/force-app/main/default/experiences/Consumable1/views/createRecord.json
index b999d41..ec2e970 100644
--- a/force-app/main/default/experiences/Consumable1/views/createRecord.json
+++ b/force-app/main/default/experiences/Consumable1/views/createRecord.json
@@ -1,40 +1,34 @@
{
- "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
- "componentName": "siteforce:sldsOneColLayout",
- "dataProviders": [],
- "id": "0f63dfba-f74b-4011-a0d5-75fe665d7bfb",
- "label": "Create Record",
- "regions": [
- {
- "id": "951aa7a1-efc5-4041-8929-3d980fe6f9b7",
- "regionName": "header",
- "type": "region"
- },
- {
- "components": [
- {
- "componentAttributes": {
- "actionApiName": "{!actionApiName}",
- "isMicrobatch": false
- },
- "componentName": "forceCommunity:createRecordForm",
- "id": "21c870a6-c4cb-476f-8dde-6906530b418e",
- "renderPriority": "NEUTRAL",
- "renditionMap": {},
- "type": "component"
- }
- ],
- "id": "7f501f3e-1f42-4cf8-925e-d0e654c13ff3",
- "regionName": "content",
- "type": "region"
- },
- {
- "id": "23111281-f438-4296-b47a-773feea9a17e",
- "regionName": "footer",
- "type": "region"
- }
- ],
- "themeLayoutType": "Inner",
- "type": "view",
- "viewType": "createrecord"
-}
+ "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
+ "componentName" : "siteforce:sldsOneColLayout",
+ "dataProviders" : [ ],
+ "id" : "0f63dfba-f74b-4011-a0d5-75fe665d7bfb",
+ "label" : "Create Record",
+ "regions" : [ {
+ "id" : "951aa7a1-efc5-4041-8929-3d980fe6f9b7",
+ "regionName" : "header",
+ "type" : "region"
+ }, {
+ "components" : [ {
+ "componentAttributes" : {
+ "actionApiName" : "{!actionApiName}",
+ "isMicrobatch" : false
+ },
+ "componentName" : "forceCommunity:createRecordForm",
+ "id" : "21c870a6-c4cb-476f-8dde-6906530b418e",
+ "renderPriority" : "NEUTRAL",
+ "renditionMap" : { },
+ "type" : "component"
+ } ],
+ "id" : "7f501f3e-1f42-4cf8-925e-d0e654c13ff3",
+ "regionName" : "content",
+ "type" : "region"
+ }, {
+ "id" : "23111281-f438-4296-b47a-773feea9a17e",
+ "regionName" : "footer",
+ "type" : "region"
+ } ],
+ "themeLayoutType" : "Inner",
+ "type" : "view",
+ "viewType" : "createrecord"
+}
\ No newline at end of file
--
Gitblit v1.9.1