<div dir="ltr"><div><div>Hi,<br><br></div>I&#39;m trying to deploy my theme as a zip in a kc 2.1.0. I&#39;m following <a href="https://keycloak.gitbooks.io/server-developer-guide/content/topics/themes.html">https://keycloak.gitbooks.io/server-developer-guide/content/topics/themes.html</a><br><br></div>I&#39;m just confused on the last part : <br>&quot;<br><div class="gmail-paragraph">
<p class="gmail-comments-section">You also need to register the module with Keycloak. This is done by editing <code>standalone.xml</code>, <code>standalone-ha.xml</code>, or <code>domain.xml</code>.
See the <a target="_blank" href="https://keycloak.gitbooks.io/server-installation-and-configuration/content/">Server Installation and Configuration Guide</a> for more details on
where the <code>standalone.xml</code>, <code>standalone-ha.xml</code>, or <code>domain.xml</code> file lives.</p>
</div>
<div class="gmail-paragraph">
<p class="gmail-comments-section">Then and add the module to <code>theme/module/modules</code>. For example:</p>
</div>
<div class="gmail-listingblock">
<div class="gmail-content">
<pre class="gmail-highlight"><code class="gmail-language-xml"><span class="gmail-hljs-tag">&lt;<span class="gmail-hljs-title">theme</span>&gt;</span>
    ...
    <span class="gmail-hljs-tag">&lt;<span class="gmail-hljs-title">modules</span>&gt;</span>
        <span class="gmail-hljs-tag">&lt;<span class="gmail-hljs-title">module</span>&gt;</span>org.example.mytheme<span class="gmail-hljs-tag">&lt;/<span class="gmail-hljs-title">module</span>&gt;</span>
    <span class="gmail-hljs-tag">&lt;/<span class="gmail-hljs-title">modules</span>&gt;</span>
<span class="gmail-hljs-tag">&lt;/<span class="gmail-hljs-title">theme</span>&gt;</span></code></pre>
</div>
&quot;<br><br></div><div class="gmail-listingblock">It&#39;s not really clear on where I need to add this, I tried inside the keycloak subsystem section but that does not work. <br><br></div><div class="gmail-listingblock">Sebi<br><br></div><br></div>