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/register.json | 96 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 96 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Consumable_21/views/register.json b/force-app/main/default/experiences/Consumable_21/views/register.json new file mode 100644 index 0000000..709b5cd --- /dev/null +++ b/force-app/main/default/experiences/Consumable_21/views/register.json @@ -0,0 +1,96 @@ +{ + "appPageId": "e8609e96-b5d8-40fb-a7e5-29203d1e7f60", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "293d892f-ceae-4d05-8c96-7ba490f34de8", + "label": "Register", + "regions": [ + { + "components": [ + { + "componentAttributes": {}, + "componentName": "salesforceIdentity:communityLogo2", + "id": "8f467206-92c9-41c9-aff5-c2388da19a12", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\" class=\"inverseTextColor\">Join the community to receive personalized information and customer support.</div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "67223c93-e6d8-495c-b642-c9085394d057", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "confirmPasswordLabel": "Confirm Password", + "emailLabel": "Email", + "extraFieldsFieldSet": "", + "firstnameLabel": "First Name", + "includePasswordField": false, + "lastnameLabel": "Last Name", + "passwordLabel": "Create Password", + "regConfirmUrl": "./CheckPasswordResetEmail", + "startUrl": "", + "submitButtonLabel": "Sign Up" + }, + "componentName": "salesforceIdentity:selfRegister2", + "id": "e4994606-dc20-4a4d-bcaf-8bed951eb746", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "headerText": "", + "showHeader": false, + "useCommunityDomainSso": true + }, + "componentName": "salesforceIdentity:socialLogin2", + "id": "dc361ca0-4823-405b-8e90-37e3a7bfe1ef", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\"><a class=\"inverseTextColor\" href=\"./\">Already have an account?</a></div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "22a72d94-5bbd-44f9-a507-382e3917c564", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "a6ea37ce-f6f0-4858-83d9-3b19d8e4d6b7", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "Register" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "1ab32b4d-30ab-4387-b56d-1a78a70d65c0", + "renditionMap": {}, + "type": "component" + } + ], + "id": "8f4d062e-e9fc-477e-9dd5-a2dd189869de", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Login", + "type": "view", + "viewType": "self-register" +} -- Gitblit v1.9.1