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/themes/partnerCentral.json | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 180 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/themes/partnerCentral.json b/force-app/main/default/experiences/Partner21/themes/partnerCentral.json new file mode 100644 index 0000000..f6d78e6 --- /dev/null +++ b/force-app/main/default/experiences/Partner21/themes/partnerCentral.json @@ -0,0 +1,180 @@ +{ + "activeBrandingSetId": "2bafe70c-3369-45be-8bc4-ae2816db3a7c", + "customCSS": "", + "developerName": "prm", + "id": "18ac5de3-f2b2-40fd-9a94-810f6223e1a1", + "label": "Partner Central", + "layouts": { + "Inner": "711e306b-2592-417d-831a-472636179fe5", + "Login": "b81dea57-c4df-4a1f-9c8a-bf2b8e8e6c93", + "ServiceNotAvailable": "964c1332-6afa-42a3-954d-244ecef6afb6" + }, + "type": "theme", + "views": [ + { + "componentAttributes": {}, + "componentName": "salesforceIdentity:loginBody2", + "id": "b81dea57-c4df-4a1f-9c8a-bf2b8e8e6c93", + "label": "Login", + "regions": [ + { + "id": "1c505db0-1022-4a27-8ae1-2d2b6b993a46", + "regionName": "header", + "type": "region" + }, + { + "id": "f8e77897-363b-4d07-bfd6-4c249730578d", + "regionName": "content", + "type": "region" + }, + { + "id": "cade8788-fc75-4f2b-87c6-2e2bef131b51", + "regionName": "footer", + "type": "region" + } + ], + "type": "view" + }, + { + "componentAttributes": { + "IsDefaultHeaderHidden": false, + "IsDefaultHeaderPositionFixed": true, + "IsDefaultNotificationsHidden": false, + "IsSearchBarHidden": false, + "fixedPageWidth": 1440, + "isPageWidthFixed": true + }, + "componentName": "siteforce:prmBody", + "id": "711e306b-2592-417d-831a-472636179fe5", + "label": "Default", + "regions": [ + { + "id": "cd2ea61d-578b-4275-ac18-3eb3bcd7133d", + "regionName": "customHeader", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "maxAutoCompleteResults": 5, + "searchLabel": "Search...", + "searchObjects": [ + { + "isPublic": false, + "name": "Lead" + }, + { + "isPublic": false, + "name": "Opportunity" + }, + { + "isPublic": false, + "name": "Campaign" + }, + { + "isPublic": false, + "name": "ContentDocument" + } + ] + }, + "componentName": "forceCommunity:globalSearchInput", + "id": "8aa62845-0beb-4f33-83b8-42dbef6cd97e", + "renditionMap": {}, + "type": "component" + } + ], + "id": "0b7f9984-948c-438f-a720-16b84d3fa138", + "regionName": "search", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "accountManagementLabel": "Account Management", + "communityBuilderLabel": "Experience Builder", + "communitySetupLabel": "Salesforce Setup", + "contactSupportLabel": "Contact Support", + "filterName": "MyCases", + "homeLabel": "Home", + "includeContactSupport": false, + "includeMessages": false, + "loginLabel": "Login", + "logoutLabel": "Logout", + "myAccountLabel": "My Account", + "showAccountManagement": true, + "showUserSettings": false, + "userSettingsLabel": "My Settings", + "viewProfileLabel": "My Profile" + }, + "componentName": "selfService:userProfileMenu", + "id": "467d5832-3fbf-4f0c-9ef8-7938bc92eb8f", + "renditionMap": {}, + "type": "component" + } + ], + "id": "aa801fc2-3559-4e32-8e13-61c430053451", + "regionName": "profileMenu", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "NavigationMenuEditorRefresh": "Default_Navigation4", + "hideAppLauncher": true, + "hideHomeText": true + }, + "componentName": "forceCommunity:globalNavigation", + "id": "cf7112d5-3ad4-4276-9647-7e6d7cba8037", + "renditionMap": {}, + "type": "component" + } + ], + "id": "bdcf6726-5007-42ab-8e9d-3ce8d751e309", + "regionName": "navBar", + "type": "region" + }, + { + "id": "1f9efb2d-a25d-47a7-9529-68f578b350d1", + "regionName": "customRegion", + "type": "region" + }, + { + "id": "d2899bfc-caae-4999-8ac3-43dadd330ca3", + "regionName": "footer", + "type": "region" + } + ], + "type": "view" + }, + { + "componentAttributes": { + "fixedPageWidth": 1170, + "headerBgColor": "rgba(0, 0, 0, 0)", + "isHeaderPinned": false, + "isHeroUnderHeader": false, + "isPageWidthFixed": true, + "showHeader": true, + "showHero": true + }, + "componentName": "siteforce:themeLayoutStarter", + "id": "964c1332-6afa-42a3-954d-244ecef6afb6", + "label": "ServiceNotAvailable", + "regions": [ + { + "id": "1e628a8b-dbce-4b06-9819-9f5d55ebf4d7", + "regionName": "themeHeader", + "type": "region" + }, + { + "id": "ddd8e1cd-a5c8-45ae-adf4-9dce674b2eb8", + "regionName": "themeFooter", + "type": "region" + } + ], + "type": "view" + } + ] +} -- Gitblit v1.9.1