From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 15:10:02 +0800 Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte --- force-app/main/default/experiences/Site3/views/checkPassword.json | 123 ++++++++++++++++++++++------------------- 1 files changed, 66 insertions(+), 57 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/checkPassword.json b/force-app/main/default/experiences/Site3/views/checkPassword.json index 69f4837..089b2e5 100644 --- a/force-app/main/default/experiences/Site3/views/checkPassword.json +++ b/force-app/main/default/experiences/Site3/views/checkPassword.json @@ -1,58 +1,67 @@ { - "appPageId" : "2bcb651a-3bf1-4ba0-bf17-8f52e81c95c6", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "a0810e9f-b4d6-4a64-80aa-02d99f2c8234", - "label" : "Check Password", - "regions" : [ { - "components" : [ { - "componentAttributes" : { - "richTextValue" : "<div style=\"text-align: center;\"><span style=\"font-size:22px\">NOW, CHECK YOUR EMAIL</span></div>" - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "79101fac-0f27-4968-b69b-af30771dcccf", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - }, { - "componentAttributes" : { - "richTextValue" : "<div style=\"text-align: center;\">Check the email account associated with your user name for instructions on resetting your password. Remember to look in your spam folder, where automated messages sometimes filter. If you still can't log in, contact your administrator.</div>" - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "c19aadfa-f932-405c-9d25-5d6f43361035", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - }, { - "componentAttributes" : { - "richTextValue" : "<div style=\"text-align: center;\"><a href=\"./\">Back to login</a></div>" - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "2a4826d1-54c0-4e91-8d77-23c4152e281d", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "aff6a477-e89c-4adf-865f-a6ed3bf3b795", - "regionName" : "content", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "customHeadTags" : "", - "description" : "", - "title" : "Check Password" - }, - "componentName" : "forceCommunity:seoAssistant", - "id" : "51b9427e-2b7e-49f7-a4b1-ccf0eafa56a3", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "c4dd2d29-9f0d-412d-9a48-08d0464ba417", - "regionName" : "sfdcHiddenRegion", - "type" : "region" - } ], - "themeLayoutType" : "Login", - "type" : "view", - "viewType" : "check-password" -} \ No newline at end of file + "appPageId": "2bcb651a-3bf1-4ba0-bf17-8f52e81c95c6", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "a0810e9f-b4d6-4a64-80aa-02d99f2c8234", + "label": "Check Password", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\"><span style=\"font-size:22px\">NOW, CHECK YOUR EMAIL</span></div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "79101fac-0f27-4968-b69b-af30771dcccf", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\">Check the email account associated with your user name for instructions on resetting your password. Remember to look in your spam folder, where automated messages sometimes filter. If you still can't log in, contact your administrator.</div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "c19aadfa-f932-405c-9d25-5d6f43361035", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\"><a href=\"./\">Back to login</a></div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "2a4826d1-54c0-4e91-8d77-23c4152e281d", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "aff6a477-e89c-4adf-865f-a6ed3bf3b795", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "Check Password" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "51b9427e-2b7e-49f7-a4b1-ccf0eafa56a3", + "renditionMap": {}, + "type": "component" + } + ], + "id": "c4dd2d29-9f0d-412d-9a48-08d0464ba417", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Login", + "type": "view", + "viewType": "check-password" +} -- Gitblit v1.9.1