Hi everyone,
I have a working multi-tenant Open edX setup using eox-tenant and tutor-contrib-mfe-extensions. Now I want to apply different branding (colors, logos, header/footer) for each tenant.
My questions:
- Is it possible to use a different Indigo theme per tenant, or what’s the recommended approach for per-tenant theming on the LMS side?
- For the MFEs, since all tenants share the same build, how can we apply different branding per tenant at runtime? Is
PARAGON_THEME_URLSthe right way to go?
Would love to hear how others are handling this. Thanks!