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/userSettings.json |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/experiences/Partner21/views/userSettings.json b/force-app/main/default/experiences/Partner21/views/userSettings.json
new file mode 100644
index 0000000..3dcd1a3
--- /dev/null
+++ b/force-app/main/default/experiences/Partner21/views/userSettings.json
@@ -0,0 +1,60 @@
+{
+    "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01",
+    "componentName": "siteforce:sldsOneColLayout",
+    "dataProviders": [],
+    "id": "3d201ab3-fa88-4304-85c5-c338df54401e",
+    "label": "User Settings",
+    "regions": [
+        {
+            "id": "474c881f-fede-4c99-b61e-1a5ba315b47b",
+            "regionName": "header",
+            "type": "region"
+        },
+        {
+            "components": [
+                {
+                    "componentAttributes": {
+                        "accountSectionTitle": "Account",
+                        "accountTabName": "Account Management",
+                        "connectedSourcesTabName": "Connected Sources",
+                        "deleteAccountButtonTitle": "Deactivate My Account",
+                        "deleteAccountConfirmationPopupBody": "After you deactivate your account, you'll lose access to this site.",
+                        "deleteAccountConfirmationPopupButtonTitle": "Got It",
+                        "deleteAccountConfirmationPopupTitle": "Deactivate your account?",
+                        "deleteAccountErrorMessage": "Something went wrong. Contact your site administrator.",
+                        "deleteAccountSectionTitle": "Deactivate Account",
+                        "emailNotificationsTitle": "Email Notifications",
+                        "emailSectionDescText": "When email notifications are enabled, email me when someone:",
+                        "hideAccountDeleteSection": true,
+                        "hideChatterNotificationSettings": false,
+                        "hideConnectedSources": false,
+                        "hideEmailNotificationSettings": false,
+                        "hideProfileVisibilitySettings": false,
+                        "id": "{!recordId}",
+                        "locationTitle": "Location",
+                        "profileSectionDescText": "Customize who is able to see what on your profile page",
+                        "profileSectionToolTipText": "Restricted: Visible to the employees of the company that created the site. Members: Visible to logged-in members. Public: Visible to anyone viewing pages that don't require login.",
+                        "profileVisibilityTitle": "Profile Visibility",
+                        "settingsPageTitle": "My Settings"
+                    },
+                    "componentName": "forceCommunity:userSettingsCustomizable",
+                    "id": "ec99dcb0-b8de-4c45-afba-d9a5983c4eb7",
+                    "renderPriority": "NEUTRAL",
+                    "renditionMap": {},
+                    "type": "component"
+                }
+            ],
+            "id": "0f316a31-89b3-402f-b12f-1ea820e0bd5e",
+            "regionName": "content",
+            "type": "region"
+        },
+        {
+            "id": "1e578b7a-0907-44c9-987e-bb20b1cfe639",
+            "regionName": "footer",
+            "type": "region"
+        }
+    ],
+    "themeLayoutType": "Inner",
+    "type": "view",
+    "viewType": "usersettings"
+}

--
Gitblit v1.9.1