add possibility to add custom properties to theme.properties file

This commit is contained in:
Alex Oliynyk
2021-07-06 15:52:14 +03:00
parent fffb6d5b5e
commit 551e9c041e
3 changed files with 11 additions and 4 deletions

View File

@ -14,6 +14,7 @@ generateKeycloakThemeResources({
"keycloakThemeBuildingDirPath": pathJoin(sampleReactProjectDirPath, "build_keycloak_theme"),
"urlPathname": "/keycloakify-demo-app/",
"urlOrigin": undefined,
"extraPagesId": ["my-custom-page.ftl"]
"extraPagesId": ["my-custom-page.ftl"],
"extraThemeProperties": ["env=test"]
});