From 80a3f59e2d3df07805bc67e329300b8de90a5b3a Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:13:08 +0800 Subject: [PATCH] Merge branch 'LEXCommunityLiJun' into LEXUpgrade2023-Deloitte --- force-app/main/default/experiences/Site3/views/recordList.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/recordList.json b/force-app/main/default/experiences/Site3/views/recordList.json new file mode 100644 index 0000000..b708f1b --- /dev/null +++ b/force-app/main/default/experiences/Site3/views/recordList.json @@ -0,0 +1,52 @@ +{ + "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" +} -- Gitblit v1.9.1