From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/experiences/Site3/views/checkPassword.json | 123 +++++++++++++++++++---------------------- 1 files changed, 57 insertions(+), 66 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/checkPassword.json b/force-app/main/default/experiences/Site3/views/checkPassword.json index 6754b89..69f4837 100644 --- a/force-app/main/default/experiences/Site3/views/checkPassword.json +++ b/force-app/main/default/experiences/Site3/views/checkPassword.json @@ -1,67 +1,58 @@ { - "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" -} + "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 -- Gitblit v1.9.1