Skip to content

Cobranding and White Label Sites

Nick Watts edited this page Jun 25, 2024 · 3 revisions

For more information about branded sites, see https://broadworkbench.atlassian.net/wiki/spaces/WOR/pages/2369388553/Cobranding+and+White+Label+Sites

To simulate a branded site in development, run the following in the JS console and refresh the page:

window.configOverridesStore.set({ brand: 'anvil' });

The list of brands can be found in the brands object exported from src/libs/brands.ts.

Clone this wiki locally