@salesforce/templates 65.4.4 → 65.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generators/digitalExperienceSiteGenerator.d.ts +25 -0
- package/lib/generators/digitalExperienceSiteGenerator.js +207 -0
- package/lib/generators/digitalExperienceSiteGenerator.js.map +1 -0
- package/lib/generators/flexipageGenerator.d.ts +15 -0
- package/lib/generators/flexipageGenerator.js +120 -0
- package/lib/generators/flexipageGenerator.js.map +1 -0
- package/lib/generators/webApplicationGenerator.d.ts +1 -0
- package/lib/generators/webApplicationGenerator.js +41 -17
- package/lib/generators/webApplicationGenerator.js.map +1 -1
- package/lib/i18n/i18n.d.ts +7 -0
- package/lib/i18n/i18n.js +7 -0
- package/lib/i18n/i18n.js.map +1 -1
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/_customSite.xml +28 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/_digitalExperience.xml +15 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/_digitalExperienceConfig.xml +8 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/_network.xml +59 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__appPage/mainAppPage/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__appPage/mainAppPage/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__brandingSet/Build_Your_Own_LWR/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__brandingSet/Build_Your_Own_LWR/content.json +280 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__languageSettings/languages/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__languageSettings/languages/content.json +16 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__mobilePublisherConfig/mobilePublisherConfig/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__mobilePublisherConfig/mobilePublisherConfig/content.json +49 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Check_Password/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Check_Password/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Error/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Error/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Forgot_Password/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Forgot_Password/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Home/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Home/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Login/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Login/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/News_Detail__c/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/News_Detail__c/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Register/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Register/content.json +12 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Service_Not_Available/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Service_Not_Available/content.json +14 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Too_Many_Requests/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__route/Too_Many_Requests/content.json +15 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__site/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__site/content.json +10 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__theme/Build_Your_Own_LWR/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__theme/Build_Your_Own_LWR/content.json +19 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__themeLayout/scopedHeaderAndFooter/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__themeLayout/scopedHeaderAndFooter/content.json +87 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__themeLayout/snaThemeLayout/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__themeLayout/snaThemeLayout/content.json +27 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/checkPasswordResetEmail/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/checkPasswordResetEmail/content.json +93 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/error/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/error/content.json +81 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/forgotPassword/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/forgotPassword/content.json +96 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/home/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/home/content.json +81 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/login/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/login/content.json +111 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/newsDetail/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/newsDetail/content.json +61 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/register/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/register/content.json +99 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/serviceNotAvailable/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/serviceNotAvailable/content.json +54 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/tooManyRequests/_meta.json +5 -0
- package/lib/templates/digitalexperiencesite/BuildYourOwnLWR/sfdc_cms__view/tooManyRequests/content.json +68 -0
- package/lib/templates/flexipage/AppPage/_flexipage.flexipage-meta.xml +118 -0
- package/lib/templates/flexipage/HomePage/_flexipage.flexipage-meta.xml +127 -0
- package/lib/templates/flexipage/RecordPage/_flexipage.flexipage-meta.xml +337 -0
- package/lib/templates/webapplication/reactbasic/.prettierignore +9 -0
- package/lib/templates/webapplication/reactbasic/.prettierrc +11 -0
- package/lib/templates/webapplication/reactbasic/README.md +73 -0
- package/lib/templates/webapplication/reactbasic/eslint.config.js +113 -0
- package/lib/templates/webapplication/reactbasic/index.html +2 -1
- package/lib/templates/webapplication/reactbasic/package-lock.json +5248 -0
- package/lib/templates/webapplication/reactbasic/package.json +29 -19
- package/lib/templates/webapplication/reactbasic/src/app.tsx +13 -0
- package/lib/templates/webapplication/reactbasic/src/appLayout.tsx +9 -0
- package/lib/templates/webapplication/reactbasic/src/assets/icons/book.svg +3 -0
- package/lib/templates/webapplication/reactbasic/src/assets/icons/copy.svg +4 -0
- package/lib/templates/webapplication/reactbasic/src/assets/icons/rocket.svg +3 -0
- package/lib/templates/webapplication/reactbasic/src/assets/icons/star.svg +3 -0
- package/lib/templates/webapplication/reactbasic/src/assets/images/codey-1.png +0 -0
- package/lib/templates/webapplication/reactbasic/src/assets/images/codey-2.png +0 -0
- package/lib/templates/webapplication/reactbasic/src/assets/images/codey-3.png +0 -0
- package/lib/templates/webapplication/reactbasic/src/assets/images/vibe-codey.svg +194 -0
- package/lib/templates/webapplication/reactbasic/src/pages/About.tsx +9 -10
- package/lib/templates/webapplication/reactbasic/src/pages/Home.tsx +12 -15
- package/lib/templates/webapplication/reactbasic/src/pages/NotFound.tsx +3 -6
- package/lib/templates/webapplication/reactbasic/src/routes.tsx +23 -0
- package/lib/templates/webapplication/reactbasic/src/styles/global.css +6 -5
- package/lib/templates/webapplication/reactbasic/tsconfig.json +14 -5
- package/lib/templates/webapplication/reactbasic/tsconfig.node.json +0 -1
- package/lib/templates/webapplication/reactbasic/{src/vite-env.d.ts → vite-env.d.ts} +0 -1
- package/lib/templates/webapplication/reactbasic/vite.config.ts +62 -16
- package/lib/templates/webapplication/reactbasic/vitest-env.d.ts +2 -0
- package/lib/templates/webapplication/reactbasic/vitest.config.ts +11 -0
- package/lib/templates/webapplication/reactbasic/vitest.setup.ts +1 -0
- package/lib/templates/webapplication/reactbasic/webapp.json +7 -12
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/types.d.ts +34 -11
- package/lib/utils/types.js +16 -10
- package/lib/utils/types.js.map +1 -1
- package/package.json +6 -3
- package/lib/templates/webapplication/reactbasic/postcss.config.js +0 -7
- package/lib/templates/webapplication/reactbasic/src/App.tsx +0 -25
- package/lib/templates/webapplication/reactbasic/src/components/Navigation.tsx +0 -70
- package/lib/templates/webapplication/reactbasic/src/main.tsx +0 -14
- package/lib/templates/webapplication/reactbasic/src/routes.ts +0 -20
- package/lib/templates/webapplication/reactbasic/src/test-setup/setup.ts +0 -10
- package/lib/templates/webapplication/reactbasic/tailwind.config.js +0 -9
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Network xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<allowInternalUserLogin>false</allowInternalUserLogin>
|
|
4
|
+
<allowMembersToFlag>false</allowMembersToFlag>
|
|
5
|
+
<changePasswordTemplate>unfiled$public/CommunityChangePasswordEmailTemplate</changePasswordTemplate>
|
|
6
|
+
<communityRoles/>
|
|
7
|
+
<disableReputationRecordConversations>true</disableReputationRecordConversations>
|
|
8
|
+
<emailSenderName><%= siteName %></emailSenderName>
|
|
9
|
+
<emailSenderAddress><%= adminEmail %></emailSenderAddress>
|
|
10
|
+
<embeddedLoginEnabled>false</embeddedLoginEnabled>
|
|
11
|
+
<enableApexCDNCaching>true</enableApexCDNCaching>
|
|
12
|
+
<enableCustomVFErrorPageOverrides>false</enableCustomVFErrorPageOverrides>
|
|
13
|
+
<enableDirectMessages>true</enableDirectMessages>
|
|
14
|
+
<enableExpFriendlyUrlsAsDefault>false</enableExpFriendlyUrlsAsDefault>
|
|
15
|
+
<enableExperienceBundleBasedSnaOverrideEnabled>true</enableExperienceBundleBasedSnaOverrideEnabled>
|
|
16
|
+
<enableGuestChatter>false</enableGuestChatter>
|
|
17
|
+
<enableGuestFileAccess>false</enableGuestFileAccess>
|
|
18
|
+
<enableGuestMemberVisibility>false</enableGuestMemberVisibility>
|
|
19
|
+
<enableImageOptimizationCDN>true</enableImageOptimizationCDN>
|
|
20
|
+
<enableInvitation>false</enableInvitation>
|
|
21
|
+
<enableKnowledgeable>false</enableKnowledgeable>
|
|
22
|
+
<enableLWRExperienceConnectedApp>false</enableLWRExperienceConnectedApp>
|
|
23
|
+
<enableMemberVisibility>false</enableMemberVisibility>
|
|
24
|
+
<enableNicknameDisplay>true</enableNicknameDisplay>
|
|
25
|
+
<enablePrivateMessages>false</enablePrivateMessages>
|
|
26
|
+
<enableReputation>false</enableReputation>
|
|
27
|
+
<enableShowAllNetworkSettings>false</enableShowAllNetworkSettings>
|
|
28
|
+
<enableSiteAsContainer>true</enableSiteAsContainer>
|
|
29
|
+
<enableTalkingAboutStats>true</enableTalkingAboutStats>
|
|
30
|
+
<enableTopicAssignmentRules>true</enableTopicAssignmentRules>
|
|
31
|
+
<enableTopicSuggestions>false</enableTopicSuggestions>
|
|
32
|
+
<enableUpDownVote>false</enableUpDownVote>
|
|
33
|
+
<forgotPasswordTemplate>unfiled$public/CommunityForgotPasswordEmailTemplate</forgotPasswordTemplate>
|
|
34
|
+
<gatherCustomerSentimentData>false</gatherCustomerSentimentData>
|
|
35
|
+
<headlessForgotPasswordTemplate>unfiled$public/CommunityHeadlessForgotPasswordTemplate</headlessForgotPasswordTemplate>
|
|
36
|
+
<headlessRegistrationTemplate>unfiled$public/CommunityHeadlessRegistrationTemplate</headlessRegistrationTemplate>
|
|
37
|
+
<networkMemberGroups>
|
|
38
|
+
<profile>admin</profile>
|
|
39
|
+
</networkMemberGroups>
|
|
40
|
+
<networkPageOverrides>
|
|
41
|
+
<changePasswordPageOverrideSetting>Standard</changePasswordPageOverrideSetting>
|
|
42
|
+
<forgotPasswordPageOverrideSetting>Designer</forgotPasswordPageOverrideSetting>
|
|
43
|
+
<homePageOverrideSetting>Designer</homePageOverrideSetting>
|
|
44
|
+
<loginPageOverrideSetting>Designer</loginPageOverrideSetting>
|
|
45
|
+
<selfRegProfilePageOverrideSetting>Designer</selfRegProfilePageOverrideSetting>
|
|
46
|
+
</networkPageOverrides>
|
|
47
|
+
<picassoSite><%= picassoSiteDevName %></picassoSite>
|
|
48
|
+
<selfRegistration>false</selfRegistration>
|
|
49
|
+
<sendWelcomeEmail>true</sendWelcomeEmail>
|
|
50
|
+
<site><%= siteDevName %></site>
|
|
51
|
+
<siteArchiveStatus>NotArchived</siteArchiveStatus>
|
|
52
|
+
<status>UnderConstruction</status>
|
|
53
|
+
<tabs>
|
|
54
|
+
<defaultTab>home</defaultTab>
|
|
55
|
+
<standardTab>Chatter</standardTab>
|
|
56
|
+
</tabs>
|
|
57
|
+
<urlPathPrefix><%= urlPathPrefix %>vforcesite</urlPathPrefix>
|
|
58
|
+
<welcomeTemplate>unfiled$public/CommunityWelcomeEmailTemplate</welcomeTemplate>
|
|
59
|
+
</Network>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__appPage",
|
|
3
|
+
"title": "main",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"currentThemeId": "Build_Your_Own_LWR",
|
|
6
|
+
"headMarkup": "<title>Welcome to LWC Communities!</title>\n\n<!-- branding stylesheets -->\n\r\n<link rel=\"stylesheet\" href=\"{ basePath }/assets/styles/slds/salesforce-lightning-design-system-part1.css?{ versionKey }\"/>\n<link rel=\"stylesheet\" href=\"{ basePath }/assets/styles/slds/salesforce-lightning-design-system-part2.css?{ versionKey }\"/>\n<link rel=\"stylesheet\" href=\"{ basePath }/assets/styles/slds/salesforce-lightning-design-system-part3.css?{ versionKey }\"/>\n<link rel=\"stylesheet\" href=\"{ basePath }/assets/styles/slds/salesforce-lightning-design-system-part4.css?{ versionKey }\"/>\r\n<link rel=\"stylesheet\" href=\"{ basePath }/assets/styles/dxp-site-spacing-styling-hooks.min.css?{ versionKey }\" />\n<link rel=\"stylesheet\" href=\"{ basePath }/assets/styles/dxp-styling-hooks.min.css?{ versionKey }\" />\n<link rel=\"stylesheet\" href=\"{ basePath }/assets/styles/dxp-slds-extensions.min.css?{ versionKey }\" />\n\n\n\n<!-- branding stylesheets-->\n\n<link rel=\"stylesheet\" href=\"{ styles/styles.css }\" />\n<link rel=\"stylesheet\" href=\"{ styles/print.css }\" media=\"print\"/>\n",
|
|
7
|
+
"isLockerServiceEnabled": true,
|
|
8
|
+
"isRelaxedCSPLevel": false,
|
|
9
|
+
"templateName": "talon-template-byo"
|
|
10
|
+
},
|
|
11
|
+
"urlName": "main"
|
|
12
|
+
}
|
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__brandingSet",
|
|
3
|
+
"title": "Build Your Own (LWR)",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"brandingSetType": "APP",
|
|
6
|
+
"definitionName": "talon-template-byo:branding",
|
|
7
|
+
"values": {
|
|
8
|
+
"BackgroundColor": "#ffffff",
|
|
9
|
+
"BaseFont": "var(--dxp-g-root-font-family)",
|
|
10
|
+
"BaseFontSize": "1rem",
|
|
11
|
+
"BodyFont": "var(--dxp-s-html-font-family)",
|
|
12
|
+
"BodyFontSize": "1rem",
|
|
13
|
+
"BodyFontStyle": "normal",
|
|
14
|
+
"BodyFontWeight": "400",
|
|
15
|
+
"BodyLetterSpacing": "0em",
|
|
16
|
+
"BodyLineHeight": "1.5",
|
|
17
|
+
"BodySmallFont": "var(--dxp-s-html-font-family)",
|
|
18
|
+
"BodySmallFontSize": "0.75rem",
|
|
19
|
+
"BodySmallFontStyle": "normal",
|
|
20
|
+
"BodySmallFontWeight": "400",
|
|
21
|
+
"BodySmallLetterSpacing": "0em",
|
|
22
|
+
"BodySmallLineHeight": "1.25",
|
|
23
|
+
"BodySmallTextColor": "var(--dxp-g-root-contrast)",
|
|
24
|
+
"BodySmallTextDecoration": "none",
|
|
25
|
+
"BodySmallTextTransform": "none",
|
|
26
|
+
"BodyTextColor": "var(--dxp-g-root-contrast)",
|
|
27
|
+
"BodyTextDecoration": "none",
|
|
28
|
+
"BodyTextTransform": "none",
|
|
29
|
+
"ButtonBorderColor": "var(--dxp-s-button-color)",
|
|
30
|
+
"ButtonBorderRadius": "4px",
|
|
31
|
+
"ButtonColor": "var(--dxp-g-brand)",
|
|
32
|
+
"ButtonFocusBorderColor": "var(--dxp-s-button-color-focus)",
|
|
33
|
+
"ButtonFocusColor": "var(--dxp-s-button-color-1)",
|
|
34
|
+
"ButtonFocusTextColor": "var(--dxp-s-button-color-contrast-1)",
|
|
35
|
+
"ButtonFont": "var(--dxp-s-html-font-family)",
|
|
36
|
+
"ButtonFontSize": "1rem",
|
|
37
|
+
"ButtonFontStyle": "normal",
|
|
38
|
+
"ButtonFontWeight": "400",
|
|
39
|
+
"ButtonHoverBorderColor": "var(--dxp-s-button-color-hover)",
|
|
40
|
+
"ButtonHoverColor": "var(--dxp-s-button-color-1)",
|
|
41
|
+
"ButtonHoverTextColor": "var(--dxp-s-button-color-contrast-1)",
|
|
42
|
+
"ButtonLargeBorderRadius": "4px",
|
|
43
|
+
"ButtonLargeFontSize": "1.25rem",
|
|
44
|
+
"ButtonLargePadding": "1.25rem",
|
|
45
|
+
"ButtonLargeVerticalPadding": "0rem",
|
|
46
|
+
"ButtonLetterSpacing": "0em",
|
|
47
|
+
"ButtonLineHeight": "2",
|
|
48
|
+
"ButtonPadding": "1rem",
|
|
49
|
+
"ButtonSmallBorderRadius": "4px",
|
|
50
|
+
"ButtonSmallFontSize": "0.75rem",
|
|
51
|
+
"ButtonSmallPadding": "0.75rem",
|
|
52
|
+
"ButtonSmallVerticalPadding": "0rem",
|
|
53
|
+
"ButtonTextColor": "var(--dxp-g-brand-contrast)",
|
|
54
|
+
"ButtonTextDecoration": "none",
|
|
55
|
+
"ButtonTextTransform": "none",
|
|
56
|
+
"ButtonVerticalPadding": "0rem",
|
|
57
|
+
"ColumnSpacerSizeDesktop": "1rem",
|
|
58
|
+
"ColumnSpacerSizeMobile": "0.75rem",
|
|
59
|
+
"ComponentSpacerSizeDesktop": "1.5rem",
|
|
60
|
+
"ComponentSpacerSizeMobile": "1.5rem",
|
|
61
|
+
"DropdownBackgroundColor": "var(--dxp-g-root)",
|
|
62
|
+
"DropdownBackgroundHoverColor": "var(--dxp-g-neutral)",
|
|
63
|
+
"DropdownBorderColor": "var(--dxp-g-neutral)",
|
|
64
|
+
"DropdownTextColor": "var(--dxp-g-root-contrast)",
|
|
65
|
+
"DropdownTextHoverColor": "var(--dxp-g-neutral-contrast)",
|
|
66
|
+
"FormElementBackgroundColor": "var(--dxp-g-root)",
|
|
67
|
+
"FormElementBackgroundFocusColor": "var(--dxp-s-form-element-color-background)",
|
|
68
|
+
"FormElementBorderColor": "var(--dxp-g-neutral-3)",
|
|
69
|
+
"FormElementBorderFocusColor": "var(--dxp-g-brand)",
|
|
70
|
+
"FormElementBorderRadius": "4px",
|
|
71
|
+
"FormElementBorderWidth": "1px",
|
|
72
|
+
"FormElementCaptionTextDecoration": "none",
|
|
73
|
+
"FormElementCaptionTextFont": "var(--dxp-s-html-font-family)",
|
|
74
|
+
"FormElementCaptionTextFontSize": "0.75rem",
|
|
75
|
+
"FormElementCaptionTextFontStyle": "normal",
|
|
76
|
+
"FormElementCaptionTextFontWeight": "400",
|
|
77
|
+
"FormElementCaptionTextLetterSpacing": "0",
|
|
78
|
+
"FormElementCaptionTextLineHeight": "1.5",
|
|
79
|
+
"FormElementCaptionTextTransform": "none",
|
|
80
|
+
"FormElementCheckboxBackgroundColor": "var(--dxp-s-form-element-color-background)",
|
|
81
|
+
"FormElementCheckboxBackgroundColorChecked": "var(--dxp-s-form-checkbox-color-background)",
|
|
82
|
+
"FormElementCheckboxBorderColor": "var(--dxp-s-form-element-color-border)",
|
|
83
|
+
"FormElementCheckboxBorderColorChecked": "var(--dxp-s-form-checkbox-color-border)",
|
|
84
|
+
"FormElementCheckboxBorderRadius": "4px",
|
|
85
|
+
"FormElementCheckboxBorderWidth": "1px",
|
|
86
|
+
"FormElementInputPlaceholderColor": "var(--dxp-g-neutral-3)",
|
|
87
|
+
"FormElementLabelColor": "var(--dxp-g-root-contrast)",
|
|
88
|
+
"FormElementLabelFont": "var(--dxp-s-html-font-family)",
|
|
89
|
+
"FormElementLabelFontSize": "1rem",
|
|
90
|
+
"FormElementLabelFontStyle": "normal",
|
|
91
|
+
"FormElementLabelFontWeight": "400",
|
|
92
|
+
"FormElementLabelLetterSpacing": "0",
|
|
93
|
+
"FormElementLabelLineHeight": "1.5",
|
|
94
|
+
"FormElementLabelTextDecoration": "none",
|
|
95
|
+
"FormElementLabelTextTransform": "none",
|
|
96
|
+
"FormElementLetterSpacing": "0",
|
|
97
|
+
"FormElementPaddingBottom": "0px",
|
|
98
|
+
"FormElementPaddingLeft": "12px",
|
|
99
|
+
"FormElementPaddingRight": "16px",
|
|
100
|
+
"FormElementPaddingTop": "0px",
|
|
101
|
+
"FormElementTextColor": "var(--dxp-g-root-contrast)",
|
|
102
|
+
"FormElementTextDecoration": "none",
|
|
103
|
+
"FormElementTextFocusColor": "var(--dxp-s-form-element-text-color)",
|
|
104
|
+
"FormElementTextFont": "var(--dxp-s-html-font-family)",
|
|
105
|
+
"FormElementTextFontSize": "1rem",
|
|
106
|
+
"FormElementTextFontStyle": "normal",
|
|
107
|
+
"FormElementTextFontWeight": "400",
|
|
108
|
+
"FormElementTextLineHeight": "1.5",
|
|
109
|
+
"FormElementTextTransform": "none",
|
|
110
|
+
"HeadingExtraExtraSmallColor": "var(--dxp-g-root-contrast)",
|
|
111
|
+
"HeadingExtraExtraSmallFont": "var(--dxp-s-html-font-family)",
|
|
112
|
+
"HeadingExtraExtraSmallFontSize": "0.625rem",
|
|
113
|
+
"HeadingExtraExtraSmallFontStyle": "normal",
|
|
114
|
+
"HeadingExtraExtraSmallFontWeight": "600",
|
|
115
|
+
"HeadingExtraExtraSmallLetterSpacing": "0em",
|
|
116
|
+
"HeadingExtraExtraSmallLineHeight": "1.25",
|
|
117
|
+
"HeadingExtraExtraSmallTextDecoration": "none",
|
|
118
|
+
"HeadingExtraExtraSmallTextTransform": "none",
|
|
119
|
+
"HeadingExtraLargeColor": "var(--dxp-g-root-contrast)",
|
|
120
|
+
"HeadingExtraLargeFont": "var(--dxp-s-html-font-family)",
|
|
121
|
+
"HeadingExtraLargeFontSize": "2.5rem",
|
|
122
|
+
"HeadingExtraLargeFontStyle": "normal",
|
|
123
|
+
"HeadingExtraLargeFontWeight": "300",
|
|
124
|
+
"HeadingExtraLargeLetterSpacing": "0em",
|
|
125
|
+
"HeadingExtraLargeLineHeight": "1.25",
|
|
126
|
+
"HeadingExtraLargeTextDecoration": "none",
|
|
127
|
+
"HeadingExtraLargeTextTransform": "none",
|
|
128
|
+
"HeadingExtraSmallColor": "var(--dxp-g-root-contrast)",
|
|
129
|
+
"HeadingExtraSmallFont": "var(--dxp-s-html-font-family)",
|
|
130
|
+
"HeadingExtraSmallFontSize": "0.8125rem",
|
|
131
|
+
"HeadingExtraSmallFontStyle": "normal",
|
|
132
|
+
"HeadingExtraSmallFontWeight": "600",
|
|
133
|
+
"HeadingExtraSmallLetterSpacing": "0em",
|
|
134
|
+
"HeadingExtraSmallLineHeight": "1.25",
|
|
135
|
+
"HeadingExtraSmallTextDecoration": "none",
|
|
136
|
+
"HeadingExtraSmallTextTransform": "none",
|
|
137
|
+
"HeadingLargeColor": "var(--dxp-g-root-contrast)",
|
|
138
|
+
"HeadingLargeFont": "var(--dxp-s-html-font-family)",
|
|
139
|
+
"HeadingLargeFontSize": "1.75rem",
|
|
140
|
+
"HeadingLargeFontStyle": "normal",
|
|
141
|
+
"HeadingLargeFontWeight": "300",
|
|
142
|
+
"HeadingLargeLetterSpacing": "0em",
|
|
143
|
+
"HeadingLargeLineHeight": "1.25",
|
|
144
|
+
"HeadingLargeTextDecoration": "none",
|
|
145
|
+
"HeadingLargeTextTransform": "none",
|
|
146
|
+
"HeadingMediumColor": "var(--dxp-g-root-contrast)",
|
|
147
|
+
"HeadingMediumFont": "var(--dxp-s-html-font-family)",
|
|
148
|
+
"HeadingMediumFontSize": "1.25rem",
|
|
149
|
+
"HeadingMediumFontStyle": "normal",
|
|
150
|
+
"HeadingMediumFontWeight": "300",
|
|
151
|
+
"HeadingMediumLetterSpacing": "0em",
|
|
152
|
+
"HeadingMediumLineHeight": "1.25",
|
|
153
|
+
"HeadingMediumTextDecoration": "none",
|
|
154
|
+
"HeadingMediumTextTransform": "none",
|
|
155
|
+
"HeadingSmallColor": "var(--dxp-g-root-contrast)",
|
|
156
|
+
"HeadingSmallFont": "var(--dxp-s-html-font-family)",
|
|
157
|
+
"HeadingSmallFontSize": "1.125rem",
|
|
158
|
+
"HeadingSmallFontStyle": "normal",
|
|
159
|
+
"HeadingSmallFontWeight": "300",
|
|
160
|
+
"HeadingSmallLetterSpacing": "0em",
|
|
161
|
+
"HeadingSmallLineHeight": "1.25",
|
|
162
|
+
"HeadingSmallTextDecoration": "none",
|
|
163
|
+
"HeadingSmallTextTransform": "none",
|
|
164
|
+
"HorizontalRowPaddingDesktop": "1rem",
|
|
165
|
+
"HorizontalRowPaddingMobile": "0.75rem",
|
|
166
|
+
"LinkColor": "var(--dxp-g-brand)",
|
|
167
|
+
"LinkHoverColor": "var(--dxp-s-link-text-color-1)",
|
|
168
|
+
"LinkTextDecoration": "none",
|
|
169
|
+
"LinkTextDecorationFocus": "underline",
|
|
170
|
+
"LinkTextDecorationHover": "underline",
|
|
171
|
+
"MaxContentWidthDesktop": "1800px",
|
|
172
|
+
"MaxContentWidthMobile": "none",
|
|
173
|
+
"MobileBaseFontSize": "1rem",
|
|
174
|
+
"PrimaryAccentColor": "#005fb2",
|
|
175
|
+
"PrimaryAccentForegroundColor": "#ffffff",
|
|
176
|
+
"SecondaryButtonBorderColor": "var(--dxp-s-button-color)",
|
|
177
|
+
"SecondaryButtonColor": "var(--dxp-g-root)",
|
|
178
|
+
"SecondaryButtonFocusBorderColor": "var(--dxp-s-secondary-button-border-color-1)",
|
|
179
|
+
"SecondaryButtonFocusColor": "var(--dxp-s-secondary-button-color-1)",
|
|
180
|
+
"SecondaryButtonFocusTextColor": "var(--dxp-s-secondary-button-text-color-1)",
|
|
181
|
+
"SecondaryButtonHoverBorderColor": "var(--dxp-s-secondary-button-border-color-1)",
|
|
182
|
+
"SecondaryButtonHoverColor": "var(--dxp-s-secondary-button-color-1)",
|
|
183
|
+
"SecondaryButtonHoverTextColor": "var(--dxp-s-secondary-button-text-color-1)",
|
|
184
|
+
"SecondaryButtonTextColor": "var(--dxp-s-button-color)",
|
|
185
|
+
"SiteLogo": "",
|
|
186
|
+
"TertiaryButtonBorderColor": "rgba(0,0,0,0)",
|
|
187
|
+
"TertiaryButtonColor": "rgba(0,0,0,0)",
|
|
188
|
+
"TertiaryButtonFocusBorderColor": "var(--dxp-s-tertiary-button-border-color-1)",
|
|
189
|
+
"TertiaryButtonFocusColor": "var(--dxp-s-tertiary-button-color-1)",
|
|
190
|
+
"TertiaryButtonFocusTextColor": "var(--dxp-s-tertiary-button-text-color-1)",
|
|
191
|
+
"TertiaryButtonHoverBorderColor": "var(--dxp-s-tertiary-button-border-color-1)",
|
|
192
|
+
"TertiaryButtonHoverColor": "var(--dxp-s-tertiary-button-color-1)",
|
|
193
|
+
"TertiaryButtonHoverTextColor": "var(--dxp-s-tertiary-button-text-color-1)",
|
|
194
|
+
"TertiaryButtonTextColor": "var(--dxp-s-button-color)",
|
|
195
|
+
"TextColor": "#1a1b1e",
|
|
196
|
+
"VerticalRowPaddingDesktop": "1rem",
|
|
197
|
+
"VerticalRowPaddingMobile": "0.75rem",
|
|
198
|
+
"_BackgroundColor1": "#ebebeb",
|
|
199
|
+
"_BackgroundColor2": "#c2c2c2",
|
|
200
|
+
"_BackgroundColor3": "#858585",
|
|
201
|
+
"_ButtonActiveBorderColor": "var(--dxp-s-button-border-color-focus)",
|
|
202
|
+
"_ButtonActiveColor": "var(--dxp-s-button-color-focus)",
|
|
203
|
+
"_ButtonActiveTextColor": "var(--dxp-s-button-color-focus-contrast)",
|
|
204
|
+
"_ButtonColor1": "var(--dxp-g-brand-1)",
|
|
205
|
+
"_ButtonTextColor1": "var(--dxp-g-brand-contrast-1)",
|
|
206
|
+
"_DestructiveColor": "#c23934",
|
|
207
|
+
"_DestructiveColor1": "#a2302b",
|
|
208
|
+
"_DestructiveColor2": "#611d1a",
|
|
209
|
+
"_DestructiveColor3": "#010000",
|
|
210
|
+
"_DestructiveForegroundColor": "#ffffff",
|
|
211
|
+
"_DestructiveForegroundColor1": "#ffffff",
|
|
212
|
+
"_DestructiveForegroundColor2": "#ffffff",
|
|
213
|
+
"_DestructiveForegroundColor3": "#ffffff",
|
|
214
|
+
"_InfoColor": "#16325c",
|
|
215
|
+
"_InfoColor1": "#0e203b",
|
|
216
|
+
"_InfoColor2": "#000000",
|
|
217
|
+
"_InfoColor3": "#000000",
|
|
218
|
+
"_InfoForegroundColor": "#ffffff",
|
|
219
|
+
"_InfoForegroundColor1": "#ffffff",
|
|
220
|
+
"_InfoForegroundColor2": "#ffffff",
|
|
221
|
+
"_InfoForegroundColor3": "#ffffff",
|
|
222
|
+
"_LinkColor1": "var(--dxp-g-brand-1)",
|
|
223
|
+
"_NeutralColor": "#ecebea",
|
|
224
|
+
"_NeutralColor1": "#d9d7d5",
|
|
225
|
+
"_NeutralColor2": "#b2aeaa",
|
|
226
|
+
"_NeutralColor3": "#76716b",
|
|
227
|
+
"_NeutralForegroundColor": "#000000",
|
|
228
|
+
"_NeutralForegroundColor1": "#000000",
|
|
229
|
+
"_NeutralForegroundColor2": "#000000",
|
|
230
|
+
"_NeutralForegroundColor3": "#ffffff",
|
|
231
|
+
"_OfflineColor": "#444444",
|
|
232
|
+
"_OfflineColor1": "#303030",
|
|
233
|
+
"_OfflineColor2": "#070707",
|
|
234
|
+
"_OfflineColor3": "#000000",
|
|
235
|
+
"_OfflineForegroundColor": "#ffffff",
|
|
236
|
+
"_OfflineForegroundColor1": "#ffffff",
|
|
237
|
+
"_OfflineForegroundColor2": "#ffffff",
|
|
238
|
+
"_OfflineForegroundColor3": "#ffffff",
|
|
239
|
+
"_PrimaryAccentColor1": "#004989",
|
|
240
|
+
"_PrimaryAccentColor2": "#001e38",
|
|
241
|
+
"_PrimaryAccentColor3": "#000000",
|
|
242
|
+
"_PrimaryAccentForegroundColor1": "#ffffff",
|
|
243
|
+
"_PrimaryAccentForegroundColor2": "#ffffff",
|
|
244
|
+
"_PrimaryAccentForegroundColor3": "#ffffff",
|
|
245
|
+
"_SecondaryButtonActiveBorderColor": "var(--dxp-s-secondary-button-border-color-focus)",
|
|
246
|
+
"_SecondaryButtonActiveColor": "var(--dxp-s-secondary-button-color-focus)",
|
|
247
|
+
"_SecondaryButtonActiveTextColor": "var(--dxp-s-secondary-button-text-color-focus)",
|
|
248
|
+
"_SecondaryButtonBorderColor1": "var(--dxp-s-button-color-1)",
|
|
249
|
+
"_SecondaryButtonColor1": "var(--dxp-g-root-1)",
|
|
250
|
+
"_SecondaryButtonTextColor1": "var(--dxp-s-button-color-1)",
|
|
251
|
+
"_SiteLogoUrl": "",
|
|
252
|
+
"_SuccessColor": "#4bca81",
|
|
253
|
+
"_SuccessColor1": "#36b66c",
|
|
254
|
+
"_SuccessColor2": "#237747",
|
|
255
|
+
"_SuccessColor3": "#07190f",
|
|
256
|
+
"_SuccessForegroundColor": "#000000",
|
|
257
|
+
"_SuccessForegroundColor1": "#000000",
|
|
258
|
+
"_SuccessForegroundColor2": "#ffffff",
|
|
259
|
+
"_SuccessForegroundColor3": "#ffffff",
|
|
260
|
+
"_TertiaryButtonActiveBorderColor": "var(--dxp-s-tertiary-button-border-color-focus)",
|
|
261
|
+
"_TertiaryButtonActiveColor": "var(--dxp-s-tertiary-button-color-focus)",
|
|
262
|
+
"_TertiaryButtonActiveTextColor": "var(--dxp-s-tertiary-button-text-color-focus)",
|
|
263
|
+
"_TertiaryButtonBorderColor1": "rgba(0,0,0,0)",
|
|
264
|
+
"_TertiaryButtonColor1": "rgba(0,0,0,0)",
|
|
265
|
+
"_TertiaryButtonTextColor1": "var(--dxp-s-button-color-1)",
|
|
266
|
+
"_TextColor1": "#000000",
|
|
267
|
+
"_TextColor2": "#000000",
|
|
268
|
+
"_TextColor3": "#000000",
|
|
269
|
+
"_WarningColor": "#ffb75d",
|
|
270
|
+
"_WarningColor1": "#ffa534",
|
|
271
|
+
"_WarningColor2": "#e27d00",
|
|
272
|
+
"_WarningColor3": "#673900",
|
|
273
|
+
"_WarningForegroundColor": "#000000",
|
|
274
|
+
"_WarningForegroundColor1": "#000000",
|
|
275
|
+
"_WarningForegroundColor2": "#000000",
|
|
276
|
+
"_WarningForegroundColor3": "#ffffff"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"urlName": "build-your-own-lwr"
|
|
280
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__languageSettings",
|
|
3
|
+
"title": "LanguageContent",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"languages": [
|
|
6
|
+
{
|
|
7
|
+
"locale": "en_US",
|
|
8
|
+
"label": "English (US)",
|
|
9
|
+
"isActive": true,
|
|
10
|
+
"isAuthoringOnly": false
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"defaultLocale": "en_US"
|
|
14
|
+
},
|
|
15
|
+
"urlName": "languagecontent"
|
|
16
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__mobilePublisherConfig",
|
|
3
|
+
"title": "Mobile Publisher Content",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"nativeTabMenu": {
|
|
6
|
+
"branding": {
|
|
7
|
+
"iconTintColor": "#0B5CAB",
|
|
8
|
+
"iconTintColorUnselected": "#C9C9C9",
|
|
9
|
+
"barTintColor": "#FFFFFF"
|
|
10
|
+
},
|
|
11
|
+
"menuItems": [
|
|
12
|
+
{
|
|
13
|
+
"name": "Home",
|
|
14
|
+
"targetUrl": "/",
|
|
15
|
+
"iconDetails": {
|
|
16
|
+
"source": {
|
|
17
|
+
"type": "salesforceAsset",
|
|
18
|
+
"salesforceAssetName": "slds-icon:home"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"nativeMobileNavConfig": {
|
|
25
|
+
"global": {
|
|
26
|
+
"showHamburgerMenu": true
|
|
27
|
+
},
|
|
28
|
+
"ios": {
|
|
29
|
+
"showBackButton": true,
|
|
30
|
+
"showHamburgerMenuWithBackButton": false
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"mobilePublisherAppUpdateConfig": {
|
|
34
|
+
"enableAppUpdate": false,
|
|
35
|
+
"forceAppUpdate": false,
|
|
36
|
+
"minVersion": {
|
|
37
|
+
"ios": {
|
|
38
|
+
"url": "https://apps.apple.com/us",
|
|
39
|
+
"version": "10.0"
|
|
40
|
+
},
|
|
41
|
+
"android": {
|
|
42
|
+
"url": "https://play.google.com/store",
|
|
43
|
+
"version": "10.1"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"urlName": "mobile-publisher-content"
|
|
49
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__route",
|
|
3
|
+
"title": "Check Password",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"activeViewId": "checkPasswordResetEmail",
|
|
6
|
+
"configurationTags": [],
|
|
7
|
+
"pageAccess": "UseParent",
|
|
8
|
+
"routeType": "check-password",
|
|
9
|
+
"urlPrefix": "CheckPasswordResetEmail"
|
|
10
|
+
},
|
|
11
|
+
"urlName": "check-password"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__route",
|
|
3
|
+
"title": "Forgot Password",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"activeViewId": "forgotPassword",
|
|
6
|
+
"configurationTags": [],
|
|
7
|
+
"pageAccess": "UseParent",
|
|
8
|
+
"routeType": "forgot-password",
|
|
9
|
+
"urlPrefix": "ForgotPassword"
|
|
10
|
+
},
|
|
11
|
+
"urlName": "forgot-password"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__route",
|
|
3
|
+
"title": "News Detail",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"activeViewId": "newsDetail",
|
|
6
|
+
"configurationTags": [],
|
|
7
|
+
"pageAccess": "UseParent",
|
|
8
|
+
"routeType": "managed-content-sfdc_cms__news",
|
|
9
|
+
"urlPrefix": "news"
|
|
10
|
+
},
|
|
11
|
+
"urlName": "news-detail"
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__route",
|
|
3
|
+
"title": "Service Not Available",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"activeViewId": "serviceNotAvailable",
|
|
6
|
+
"configurationTags": [
|
|
7
|
+
"allow-in-static-site"
|
|
8
|
+
],
|
|
9
|
+
"pageAccess": "UseParent",
|
|
10
|
+
"routeType": "service-not-available",
|
|
11
|
+
"urlPrefix": "service-not-available"
|
|
12
|
+
},
|
|
13
|
+
"urlName": "service-not-available"
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "sfdc_cms__route",
|
|
3
|
+
"title": "Too Many Requests",
|
|
4
|
+
"contentBody": {
|
|
5
|
+
"activeViewId": "tooManyRequests",
|
|
6
|
+
"configurationTags": [
|
|
7
|
+
"too-many-requests",
|
|
8
|
+
"allow-in-static-site"
|
|
9
|
+
],
|
|
10
|
+
"pageAccess": "UseParent",
|
|
11
|
+
"routeType": "too-many-requests",
|
|
12
|
+
"urlPrefix": "too-many-requests"
|
|
13
|
+
},
|
|
14
|
+
"urlName": "too-many-requests"
|
|
15
|
+
}
|