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/Partner21/views/userProfile.json | 121 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 121 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/views/userProfile.json b/force-app/main/default/experiences/Partner21/views/userProfile.json new file mode 100644 index 0000000..887a6f6 --- /dev/null +++ b/force-app/main/default/experiences/Partner21/views/userProfile.json @@ -0,0 +1,121 @@ +{ + "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "4053070a-c5f6-483a-b96a-0ac64d32bfc6", + "label": "User Profile", + "regions": [ + { + "id": "89b66032-d883-446c-8947-68f83bc9f296", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "id": "{!recordId}", + "showFullPhotoAsCircle": true, + "showReputation": false + }, + "componentName": "forceCommunity:userProfileHeader", + "id": "e2f52e36-f053-47bd-856f-54556073cb68", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "tabsetConfig": { + "UUID": "ed0c6390-a8bc-4ffc-84fd-aee41981c732", + "activeTab": "tab1", + "tabs": [ + { + "UUID": "5bc0df6c-a312-4abc-b5b4-f2084b4acc27", + "allowGuestUser": false, + "locked": false, + "seedComponents": [ + { + "attributes": {}, + "fqn": "forceCommunity:userProfileDetail" + } + ], + "tabKey": "tab1", + "tabName": "Details" + }, + { + "UUID": "196c0de0-152e-4c01-99cd-efb4e6ed0749", + "allowGuestUser": false, + "locked": false, + "seedComponents": [ + { + "attributes": {}, + "fqn": "forceCommunity:userRelatedList" + } + ], + "tabKey": "tab2", + "tabName": "Related" + } + ], + "useOverflowMenu": false + } + }, + "componentName": "forceCommunity:tabset", + "id": "ed0c6390-a8bc-4ffc-84fd-aee41981c732", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "id": "{!recordId}" + }, + "componentName": "forceCommunity:userProfileDetail", + "id": "87c193d2-2c1c-41f2-89fd-f2eb35986231", + "renditionMap": {}, + "type": "component" + } + ], + "id": "5bc0df6c-a312-4abc-b5b4-f2084b4acc27", + "regionLabel": "Details", + "regionName": "tab1", + "renditionMap": {}, + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "userId": "{!recordId}" + }, + "componentName": "forceCommunity:userRelatedList", + "id": "1532d085-5322-4ccd-854f-8580589070cc", + "renditionMap": {}, + "type": "component" + } + ], + "id": "196c0de0-152e-4c01-99cd-efb4e6ed0749", + "regionLabel": "Related", + "regionName": "tab2", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "3dad4cf6-7966-4fb0-acb5-7185d8b94a4a", + "regionName": "content", + "type": "region" + }, + { + "id": "2c73ee2e-68df-473f-8174-e88c35f810a2", + "regionName": "footer", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "detail-005" +} -- Gitblit v1.9.1