Added help button with custom URL.

This commit is contained in:
helioguardabaxo 2022-09-12 21:36:31 -03:00
parent 86d86b30e9
commit d610d03423
7 changed files with 24 additions and 2 deletions

View file

@ -72,6 +72,10 @@ Settings.attachSchema(
type: String,
optional: true,
},
customHelpLinkUrl: {
type: String,
optional: true,
},
textBelowCustomLoginLogo: {
type: String,
optional: true,