From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 14:56:14 +0800
Subject: [PATCH] lex community

---
 force-app/main/default/experiences/Consumable1/views/userSettings.json |  112 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 59 insertions(+), 53 deletions(-)

diff --git a/force-app/main/default/experiences/Consumable1/views/userSettings.json b/force-app/main/default/experiences/Consumable1/views/userSettings.json
index dc559ab..ee1a522 100644
--- a/force-app/main/default/experiences/Consumable1/views/userSettings.json
+++ b/force-app/main/default/experiences/Consumable1/views/userSettings.json
@@ -1,54 +1,60 @@
 {
-  "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
-  "componentName" : "siteforce:sldsOneColLayout",
-  "dataProviders" : [ ],
-  "id" : "8225f2be-2536-4868-afe9-ed11e1c1eb15",
-  "label" : "User Settings",
-  "regions" : [ {
-    "id" : "0e29e12f-82e2-4770-9056-00412cb4914b",
-    "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" : "be9a963a-9ad1-4190-845c-c1f479b4c9f2",
-      "renderPriority" : "NEUTRAL",
-      "renditionMap" : { },
-      "type" : "component"
-    } ],
-    "id" : "7eb02000-7cb9-48f9-8463-eae4dfa60e4c",
-    "regionName" : "content",
-    "type" : "region"
-  }, {
-    "id" : "f99dd3f8-ab5f-49e4-b57e-b51dc2ab9ccd",
-    "regionName" : "footer",
-    "type" : "region"
-  } ],
-  "themeLayoutType" : "Inner",
-  "type" : "view",
-  "viewType" : "usersettings"
-}
\ No newline at end of file
+    "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e",
+    "componentName": "siteforce:sldsOneColLayout",
+    "dataProviders": [],
+    "id": "8225f2be-2536-4868-afe9-ed11e1c1eb15",
+    "label": "User Settings",
+    "regions": [
+        {
+            "id": "0e29e12f-82e2-4770-9056-00412cb4914b",
+            "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": "be9a963a-9ad1-4190-845c-c1f479b4c9f2",
+                    "renderPriority": "NEUTRAL",
+                    "renditionMap": {},
+                    "type": "component"
+                }
+            ],
+            "id": "7eb02000-7cb9-48f9-8463-eae4dfa60e4c",
+            "regionName": "content",
+            "type": "region"
+        },
+        {
+            "id": "f99dd3f8-ab5f-49e4-b57e-b51dc2ab9ccd",
+            "regionName": "footer",
+            "type": "region"
+        }
+    ],
+    "themeLayoutType": "Inner",
+    "type": "view",
+    "viewType": "usersettings"
+}

--
Gitblit v1.9.1