-
Notifications
You must be signed in to change notification settings - Fork 21
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.
Terra UI Wiki.
- Getting Started
- Contributor Guide
- Intro to UI Development
- Troubleshooting Build Failures
- Editor Configuration
- BEEs
- Pull Requests
- How to Find a PR Site
- Feature Flags
- Mixpanel
- Cobranding and White-Label Sites
- Using Terra UI packages in other projects