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/accountManagement.json | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 153 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/views/accountManagement.json b/force-app/main/default/experiences/Partner21/views/accountManagement.json new file mode 100644 index 0000000..662020e --- /dev/null +++ b/force-app/main/default/experiences/Partner21/views/accountManagement.json @@ -0,0 +1,153 @@ +{ + "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "73ead53d-982c-4218-84a8-b8cbe2b05939", + "label": "Account Management", + "regions": [ + { + "id": "75ac8442-9b04-4609-a05e-8042dd4c3c8c", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "richTextValue": " <h1 style=\"text-align: center;\"> <b style=\"font-size: 20px; color: #1e2443;\">Account Management</b> </h1> " + }, + "componentName": "forceCommunity:richTextInline", + "id": "e9e11296-fe3c-4a5f-8479-ce8bf05d84f4", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "tabsetConfig": { + "UUID": "3dee618e-f330-4db7-b062-566ceab31c3d", + "activeTab": "tab1", + "tabs": [ + { + "UUID": "8febda41-31c1-4c7f-a232-d72af9d9d82b", + "allowGuestUser": false, + "locked": false, + "seedComponents": [ + { + "attributes": { + "customTitle": "Members", + "parentRecordId": "{!CurrentUser.accountId}", + "relatedListName": "Users", + "showBreadCrumbs": "false", + "showCustomTitle": "true", + "showManualRefreshButton": "false", + "showRowNumbers": "false" + }, + "fqn": "forceCommunity:relatedList" + } + ], + "tabKey": "tab1", + "tabName": "Members" + }, + { + "UUID": "340431ae-d9ab-43e9-a819-4e88af0dd59b", + "allowGuestUser": false, + "locked": false, + "seedComponents": [ + { + "attributes": { + "recordId": "{!CurrentUser.accountId}" + }, + "fqn": "forceCommunity:accountBrandRecord" + } + ], + "tabKey": "tab2", + "tabName": "Branding" + } + ], + "useOverflowMenu": false + } + }, + "componentName": "forceCommunity:tabset", + "id": "3dee618e-f330-4db7-b062-566ceab31c3d", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "customTitle": "Members", + "parentRecordId": "{!CurrentUser.accountId}", + "relatedListName": "Users", + "showBreadCrumbs": false, + "showCustomTitle": true, + "showManualRefreshButton": false, + "showRowNumbers": false + }, + "componentName": "forceCommunity:relatedList", + "id": "8e782b1a-94c9-474e-9f8c-d5eed815de8b", + "renditionMap": {}, + "type": "component" + } + ], + "id": "8febda41-31c1-4c7f-a232-d72af9d9d82b", + "regionLabel": "Members", + "regionName": "tab1", + "renditionMap": {}, + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "recordId": "{!CurrentUser.accountId}" + }, + "componentName": "forceCommunity:accountBrandRecord", + "id": "b70b8cab-ba82-44f6-8a0b-3c2357e0a4a0", + "renditionMap": {}, + "type": "component" + } + ], + "id": "340431ae-d9ab-43e9-a819-4e88af0dd59b", + "regionLabel": "Branding", + "regionName": "tab2", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "58411304-a141-4fff-8466-d12b6d97fe55", + "regionName": "content", + "type": "region" + }, + { + "id": "94dc5f2a-03f3-41af-b034-6e7dbd42a631", + "regionName": "footer", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "Account Management" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "4e836585-1ed3-4251-8956-86786bb266c8", + "renditionMap": {}, + "type": "component" + } + ], + "id": "249afd16-fd9e-491a-9a22-7973fecb8a36", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "account-management" +} -- Gitblit v1.9.1