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/userProfile.json | 121 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 121 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/userProfile.json b/force-app/main/default/experiences/Consumable_21/views/userProfile.json new file mode 100644 index 0000000..d8bfa87 --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/userProfile.json @@ -0,0 +1,121 @@ +{ + "appPageId": "928a593f-f341-403e-8346-df32afe29b52", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "bd2f032f-6a01-4173-8efd-f248d6d6af26", + "label": "User Profile", + "regions": [ + { + "id": "cbd8f643-36eb-4bd0-bf56-0ec7025bcfdf", + "regionName": "header", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "id": "{!recordId}", + "showFullPhotoAsCircle": true, + "showReputation": false + }, + "componentName": "forceCommunity:userProfileHeader", + "id": "667b1264-8f9e-41ad-822c-6df945cc81a9", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "tabsetConfig": { + "UUID": "e4669bca-930e-491d-8977-b173852cec6b", + "activeTab": "tab1", + "tabs": [ + { + "UUID": "8dfbda62-101c-4887-89d7-125c2143cbb3", + "allowGuestUser": false, + "locked": false, + "seedComponents": [ + { + "attributes": {}, + "fqn": "forceCommunity:userProfileDetail" + } + ], + "tabKey": "tab1", + "tabName": "Details" + }, + { + "UUID": "d9a6a4df-565b-4871-bb12-e684002269d0", + "allowGuestUser": false, + "locked": false, + "seedComponents": [ + { + "attributes": {}, + "fqn": "forceCommunity:userRelatedList" + } + ], + "tabKey": "tab2", + "tabName": "Related" + } + ], + "useOverflowMenu": false + } + }, + "componentName": "forceCommunity:tabset", + "id": "e4669bca-930e-491d-8977-b173852cec6b", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "id": "{!recordId}" + }, + "componentName": "forceCommunity:userProfileDetail", + "id": "9949d39e-dea5-42c8-88d2-ed85afde6832", + "renditionMap": {}, + "type": "component" + } + ], + "id": "8dfbda62-101c-4887-89d7-125c2143cbb3", + "regionLabel": "Details", + "regionName": "tab1", + "renditionMap": {}, + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "userId": "{!recordId}" + }, + "componentName": "forceCommunity:userRelatedList", + "id": "1c7bb32e-9426-421d-87c4-25e953196459", + "renditionMap": {}, + "type": "component" + } + ], + "id": "d9a6a4df-565b-4871-bb12-e684002269d0", + "regionLabel": "Related", + "regionName": "tab2", + "renditionMap": {}, + "type": "region" + } + ], + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "b771f8bf-d968-4a0a-9245-80368fd2350a", + "regionName": "content", + "type": "region" + }, + { + "id": "0d34e92d-ee25-4d7f-b798-5b9ea82ffc72", + "regionName": "footer", + "type": "region" + } + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "detail-005" +} -- Gitblit v1.9.1