It's probably going to be easier to just load from a directory so we don't
need to change the way themes are added to the server currently. Another
thing that also has to be considered is how will people add translation for
the shared messages if they don't use a jar to package it, but rather add
it to the theme.
On Fri, 20 Sep 2019 at 08:22, cedric(a)couralet.eu <cedric(a)couralet.eu> wrote:
Hi,
>
> You're absolutely correct. We'll probably something
> like ModuleThemeProviderFactory for theme resources.
>
Ok, seeing the discussion on the other thread, on way to continue could
be to declare an issue on the fact theme-resources are not loaded from
theme-module (or by provider) and fix it. I can propose a PR on that (one I
understand the logic behind config.scope :) ) .
This will open the possibility to separate theme-resources from the
keycloak-theme and so charge theme-resources without changing the way
base/keycloak theme are provided at the moment, if it is needed.