From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/experiences/Site3/views/recordList.json | 96 ++++++++++++++++++++++------------------------- 1 files changed, 45 insertions(+), 51 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/recordList.json b/force-app/main/default/experiences/Site3/views/recordList.json index 41cc9ae..82f1f5a 100644 --- a/force-app/main/default/experiences/Site3/views/recordList.json +++ b/force-app/main/default/experiences/Site3/views/recordList.json @@ -1,52 +1,46 @@ { - "appPageId": "7f290f39-4245-4612-9453-2b0c9f9e3701", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "45ab1ac9-68f0-43e8-af03-88f2f479f2c3", - "label": "Record List", - "regions": [ - { - "id": "f55ac5c7-e89e-4a0c-b673-369053d0ccbb", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "enableInlineEdit": true, - "filterName": "{!filterId}", - "layout": "FULL", - "pageSize": 25, - "scope": "{!objectName}", - "showActionBar": true, - "showChartsPanel": true, - "showDisplay": "showall", - "showFilterPanel": true, - "showImageIcon": true, - "showManualRefreshButton": true, - "showObjectName": true, - "showPinnedList": true, - "showSearchBar": true - }, - "componentName": "forceCommunity:objectHome", - "id": "5b78a56c-dcaf-4366-a3fc-eb5c2f685ebc", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "9657d9bf-f46a-400c-a19f-252c3878377f", - "regionName": "content", - "type": "region" - }, - { - "id": "abde8654-b5ac-4f5b-83d1-52935c514cd0", - "regionName": "footer", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "list" -} + "appPageId" : "7f290f39-4245-4612-9453-2b0c9f9e3701", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "45ab1ac9-68f0-43e8-af03-88f2f479f2c3", + "label" : "Record List", + "regions" : [ { + "id" : "f55ac5c7-e89e-4a0c-b673-369053d0ccbb", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "enableInlineEdit" : true, + "filterName" : "{!filterId}", + "layout" : "FULL", + "pageSize" : 25, + "scope" : "{!objectName}", + "showActionBar" : true, + "showChartsPanel" : true, + "showDisplay" : "showall", + "showFilterPanel" : true, + "showImageIcon" : true, + "showManualRefreshButton" : true, + "showObjectName" : true, + "showPinnedList" : true, + "showSearchBar" : true + }, + "componentName" : "forceCommunity:objectHome", + "id" : "5b78a56c-dcaf-4366-a3fc-eb5c2f685ebc", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "9657d9bf-f46a-400c-a19f-252c3878377f", + "regionName" : "content", + "type" : "region" + }, { + "id" : "abde8654-b5ac-4f5b-83d1-52935c514cd0", + "regionName" : "footer", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "list" +} \ No newline at end of file -- Gitblit v1.9.1