aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-02-02 10:49:07 +0100
committerGravatar Joseph Garrone <[email protected]>2024-02-02 10:49:07 +0100
commitab42d102cbf9516b790bda2fc3b7fc8345c915a9 (patch)
tree50bf07f869e3bdd3b5285209285bed44e58d68cf
parentBump version (diff)
Add more insight about how to eject pages
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae5ca98..45dcdf7 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,9 @@ yarn build-keycloak-theme # Actually build the theme (generates the .jar to be i
npx eject-keycloak-page # Prompt that let you select the pages you want to customize
# This CLI tools is not guaranty to work, you can always copy pase pages
# from the Keycloakify repo.
+ # After you ejected a page you need to edit the src/keycloak-theme/login(or admin)/KcApp.tsx file
+ # You need to add a case in the switch for the page you just imported in your project.
+ # Look how it's done for the Login page and replicate for your new page.
npx initialize-email-theme # For initializing your email theme
# Note that Keycloakify does not feature React integration for email yet.