--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/3bda6a57-ffbc-41e7-969d-b67fb81f69e3n%40googlegroups.com.
| import { LocaleSelector } from '../../widgets/LocaleSelectors'; import { KeycloakContext } from '../../keycloak-service/KeycloakContext'; |
You received this message because you are subscribed to a topic in the Google Groups "Keycloak User" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/keycloak-user/0b1yFcMlHpM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/5cc21969-0f8e-de51-cf33-9604f25b303b%40redhat.com.
Thank you for your response.
I've tried replacing only the files I need to change, however, when the file in question include imports with relative paths, I have problemes building without copying the whole project.For example, I'd like to customize the page AccountPage.tsx (https://github.com/keycloak/keycloak/blob/12.0.0/themes/src/main/resources/theme/keycloak.v2/account/src/app/content/account-page/AccountPage.tsx)
One of the imports are :In order to be able to build the project, the imports have to be resolved, which is not the case if I do not copy all the imported files.
import { LocaleSelector } from '../../widgets/LocaleSelectors'; import { KeycloakContext } from '../../keycloak-service/KeycloakContext'; How do I build without copying the whole project ?
Thank you.
Thank you for your reactivity ! I'll see what I can do !
Will a more general solution for heavy customization be covered in future releases of Keycloak ?
Thank you,Hind,
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/530a8752-537a-4bd1-8560-51731da93acdn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/528616b9-a10c-6f5d-0d00-edcc6cc45762%40redhat.com.