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/accountManagement.json | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 153 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/accountManagement.json b/force-app/main/default/experiences/Consumable_21/views/accountManagement.json new file mode 100644 index 0000000..c8413c3 --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/accountManagement.json @@ -0,0 +1,153 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "5706f451-4ea7-4379-ab9d-3d9ee781afe5", + "label": "Account Management", + "regions": [ + { + "id": "662c5b52-3e43-4064-9ace-48d044bca012", + "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": "4c0e78cf-1b68-42f3-88ad-c43ea45fdb3d", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "tabsetConfig": { + "UUID": "cecf76bb-0d32-40b6-a3cd-6a4402b8971e", + "activeTab": "tab1", + "tabs": [ + { + "UUID": "28895372-24f3-44de-9f5e-28cfe85352a7", + "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": "d0485f4a-3912-4d40-ad69-3fe19e39de66", + "allowGuestUser": false, + "locked": false, + "seedComponents": [ + { + "attributes": { + "recordId": "{!CurrentUser.accountId}" + }, + "fqn": "forceCommunity:accountBrandRecord" + } + ], + "tabKey": "tab2", + "tabName": "Branding" + } + ], + "useOverflowMenu": false + } + }, + "componentName": "forceCommunity:tabset", + "id": "cecf76bb-0d32-40b6-a3cd-6a4402b8971e", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "customTitle": "Members", + "parentRecordId": "{!CurrentUser.accountId}", + "relatedListName": "Users", + "showBreadCrumbs": false, + "showCustomTitle": true, + "showManualRefreshButton": false, + "showRowNumbers": false + }, + "componentName": "forceCommunity:relatedList", + "id": "cedfa9df-49c7-436f-b126-4e932bd728ab", + "renditionMap": {}, + "type": "component" + } + ], + "id": "28895372-24f3-44de-9f5e-28cfe85352a7", + "regionLabel": "Members", + "regionName": "tab1", + "renditionMap": {}, + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "recordId": "{!CurrentUser.accountId}" + }, + "componentName": "forceCommunity:accountBrandRecord", + "id": "a1c5adc5-52cf-48ed-a978-ba7b1b3e0020", + "renditionMap": {}, + "type": "component" + } + ], + "id": "d0485f4a-3912-4d40-ad69-3fe19e39de66", + "regionLabel": "Branding", + "regionName": "tab2", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "1edbc0ab-4547-45de-879e-5d4ef884139f", + "regionName": "content", + "type": "region" + }, + { + "id": "12c3f14a-540c-4bdd-bc77-49464fbf4ff4", + "regionName": "footer", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "Account Management" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "90a3e074-564a-49d3-b3fd-26787acf056e", + "renditionMap": {}, + "type": "component" + } + ], + "id": "69e596d7-b594-4fdd-bdf7-cd1602460b4b", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "account-management" +} -- Gitblit v1.9.1