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/Partner21/views/myAccount.json | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 109 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/views/myAccount.json b/force-app/main/default/experiences/Partner21/views/myAccount.json new file mode 100644 index 0000000..9ce510c --- /dev/null +++ b/force-app/main/default/experiences/Partner21/views/myAccount.json @@ -0,0 +1,109 @@ +{ + "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", + "componentName": "siteforce:dynamicLayout", + "dataProviders": [], + "id": "4f2502be-3471-4328-98e2-65da8b475fba", + "label": "My Account", + "regions": [ + { + "id": "0fe567d7-b175-4553-afce-2d94a89ec8f4", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "background": "background: rgba(0,0,0,0)", + "backgroundOverlay": "rgba(0,0,0,0.5)", + "contentAreaWidth": 100, + "sectionConfig": { + "UUID": "cd2c0881-a4ee-4c92-9f52-0b8a22f662be", + "columns": [ + { + "UUID": "2e7c4da1-56f3-4cc6-9c2e-f7240b790aba", + "columnKey": "col1", + "columnName": "column 1", + "columnWidth": "12", + "seedComponents": [ + { + "attributes": { + "recordId": "{!CurrentUser.accountId}", + "sfdc:identifier": "forceCommunity_recordHeadline" + }, + "fqn": "forceCommunity:recordHeadline" + }, + { + "attributes": { + "recordId": "{!CurrentUser.accountId}", + "sfdc:identifier": "forceCommunity_recordHomeTabs" + }, + "fqn": "forceCommunity:recordHomeTabs" + } + ] + } + ] + }, + "sectionHeight": 32 + }, + "componentName": "forceCommunity:section", + "id": "cd2c0881-a4ee-4c92-9f52-0b8a22f662be", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "recordId": "{!CurrentUser.accountId}" + }, + "componentName": "forceCommunity:recordHeadline", + "id": "a910e746-8430-45b7-931b-2c4556ba0db6", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "detailsTabLabel": "Details", + "discussionsTabLabel": "Feed", + "recordId": "{!CurrentUser.accountId}", + "relatedTabLabel": "Related", + "showLegacyActivityComposer": false, + "tab1Type": "details", + "tab2Type": "related", + "tab3Type": "chatter", + "tab4Type": "none", + "timelineTabLabel": "Activity" + }, + "componentName": "forceCommunity:recordHomeTabs", + "id": "d85c38c5-4616-4da6-add9-8a4132ac5487", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "2e7c4da1-56f3-4cc6-9c2e-f7240b790aba", + "regionLabel": "column 1", + "regionName": "col1", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "a73bd5f9-9299-4e4b-baa2-91a26491da54", + "regionName": "content", + "type": "region" + }, + { + "id": "b6019a7e-b6e8-4f11-a85c-d4750475412a", + "regionName": "footer", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "my-account" +} -- Gitblit v1.9.1