From 0c4796706fc9473d069b620321a54b20a119906c Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:16:44 +0800 Subject: [PATCH] Merge branch 'LEXUpgrade2023-Deloitte' --- force-app/main/default/experiences/Consumable_21/views/relatedRecordList.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/relatedRecordList.json b/force-app/main/default/experiences/Consumable_21/views/relatedRecordList.json new file mode 100644 index 0000000..809fc9a --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/relatedRecordList.json @@ -0,0 +1,45 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "1e2080ea-54bd-44f2-b74e-3ba7c4b9cea4", + "label": "Related Record List", + "regions": [ + { + "id": "8ae3483d-41a9-4ca7-8ac6-5bacf9a46861", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customTitle": "", + "parentRecordId": "{!recordId}", + "relatedListName": "{!relationshipApiName}", + "showBreadCrumbs": true, + "showCustomTitle": false, + "showManualRefreshButton": true, + "showRowNumbers": true + }, + "componentName": "forceCommunity:relatedList", + "id": "4c63e341-d0e5-40be-b153-5ca84addc6ce", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "ba286f44-cde4-4a0d-a44a-e5e1abb11876", + "regionName": "content", + "type": "region" + }, + { + "id": "dfae6024-0a98-4ef5-8cce-181d0b30ad5d", + "regionName": "footer", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "relatedlist" +} -- Gitblit v1.9.1