We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20ae2a commit 97eafeeCopy full SHA for 97eafee
src/Properties.ts
@@ -0,0 +1,8 @@
1
+export type Properties = {
2
+ // NOTE: Needs to be kept in sync with the definitions in the package.json->keycloakify->extraThemeProperties
3
+ homeUrl: string;
4
+ serviceTitle: string;
5
+ brandTop: string;
6
+ tosUrl: string;
7
+ contactEmail: string;
8
+};
0 commit comments