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/Site3/views/relatedRecordList.json | 82 ++++++++++++++++++++++------------------- 1 files changed, 44 insertions(+), 38 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/relatedRecordList.json b/force-app/main/default/experiences/Site3/views/relatedRecordList.json index 79ce541..6e7eafb 100644 --- a/force-app/main/default/experiences/Site3/views/relatedRecordList.json +++ b/force-app/main/default/experiences/Site3/views/relatedRecordList.json @@ -1,39 +1,45 @@ { - "appPageId" : "7f290f39-4245-4612-9453-2b0c9f9e3701", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "df2fbc80-2a44-4533-b646-40276661a5cf", - "label" : "Related Record List", - "regions" : [ { - "id" : "176c742a-9692-4939-927d-411b650ed76f", - "regionName" : "header", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "customTitle" : "", - "parentRecordId" : "{!recordId}", - "relatedListName" : "{!relationshipApiName}", - "showBreadCrumbs" : true, - "showCustomTitle" : false, - "showManualRefreshButton" : true, - "showRowNumbers" : true - }, - "componentName" : "forceCommunity:relatedList", - "id" : "187579cb-db3f-4766-b5fa-33db1ecd8ef9", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "2672648c-0a4a-48c9-9ba6-af6a3630da20", - "regionName" : "content", - "type" : "region" - }, { - "id" : "08fd2e61-7c7e-41b8-9aff-4910b70422cd", - "regionName" : "footer", - "type" : "region" - } ], - "themeLayoutType" : "Inner", - "type" : "view", - "viewType" : "relatedlist" -} \ No newline at end of file + "appPageId": "7f290f39-4245-4612-9453-2b0c9f9e3701", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "df2fbc80-2a44-4533-b646-40276661a5cf", + "label": "Related Record List", + "regions": [ + { + "id": "176c742a-9692-4939-927d-411b650ed76f", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customTitle": "", + "parentRecordId": "{!recordId}", + "relatedListName": "{!relationshipApiName}", + "showBreadCrumbs": true, + "showCustomTitle": false, + "showManualRefreshButton": true, + "showRowNumbers": true + }, + "componentName": "forceCommunity:relatedList", + "id": "187579cb-db3f-4766-b5fa-33db1ecd8ef9", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "2672648c-0a4a-48c9-9ba6-af6a3630da20", + "regionName": "content", + "type": "region" + }, + { + "id": "08fd2e61-7c7e-41b8-9aff-4910b70422cd", + "regionName": "footer", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "relatedlist" +} -- Gitblit v1.9.1