feat(UserInterface): add footer fields for customization
This commit is contained in:
@@ -273,12 +273,23 @@
|
||||
"permissionSettings.title": "Conditions",
|
||||
"appOAuthClientsDialog.title": "Choose your authentication client",
|
||||
"userInterfacePage.title": "User Interface",
|
||||
"userInterfacePage.generalTitle": "General",
|
||||
"userInterfacePage.footerTitle": "Footer",
|
||||
"userInterfacePage.successfullyUpdated": "User interface has been updated.",
|
||||
"userInterfacePage.titleFieldLabel": "Title",
|
||||
"userInterfacePage.primaryMainColorFieldLabel": "Primary main color",
|
||||
"userInterfacePage.primaryDarkColorFieldLabel": "Primary dark color",
|
||||
"userInterfacePage.primaryLightColorFieldLabel": "Primary light color",
|
||||
"userInterfacePage.svgDataFieldLabel": "Logo SVG code",
|
||||
"userInterfacePage.footerLogoSvgDataFieldLabel": "logo SVG code",
|
||||
"userInterfacePage.footerCopyrightTextFieldLabel": "Copyright text",
|
||||
"userInterfacePage.enableFooterLabel": "Enable footer",
|
||||
"userInterfacePage.footerTextColorLabel": "Text color",
|
||||
"userInterfacePage.footerBackgroundColorLabel": "Background color",
|
||||
"userInterfacePage.footerDocsLinkLabel": "Documentation link",
|
||||
"userInterfacePage.footerTosLinkLabel": "Terms of services link",
|
||||
"userInterfacePage.footerPrivacyPolicyLinkLabel": "Privacy policy link",
|
||||
"userInterfacePage.footerImprintLinkLabel": "Imprint link",
|
||||
"userInterfacePage.submit": "Update",
|
||||
"authenticationPage.title": "Single Sign-On with SAML",
|
||||
"authenticationForm.active": "Active",
|
||||
@@ -355,5 +366,9 @@
|
||||
"flowFolderChangeDialog.confirm": "Move",
|
||||
"flowFolderChangeDialog.uncategorizedFolder": "Uncategorized",
|
||||
"flowFolderChangeDialog.successfullyUpdatedFolder": "The flow has been successfully moved to the new folder!",
|
||||
"flowFolder.uncategorized": "Uncategorized"
|
||||
"flowFolder.uncategorized": "Uncategorized",
|
||||
"footer.docsLinkText": "Documentation",
|
||||
"footer.tosLinkText": "Terms of Service",
|
||||
"footer.privacyPolicyLinkText": "Privacy",
|
||||
"footer.imprintLinkText": "Imprint"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user