-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edx.org theme on by default for devstack #824
Comments
To automate edx.org theming for MFEs, we can use one of these approaches:
|
[inform] FYI, if it helps, another possible approach to add to the mix is also using the Paragon CLI command {
"scripts": {
"start:with-theme": "paragon install-theme && npm start && npm install"
}
} README: https://github.com/openedx/paragon?tab=readme-ov-file#available-commands You may also supply the desired theme in the command itself (versus relying on the manual input prompt), e.g.:
Perhaps the Paragon CLI Note: this approach with the |
This will be blocked by the migration of devstack configuration work. #588
We would like the edx.org theme to be on by default for edx-platform and for MFEs when starting/provisioning a new devstack.
Instructions for edx-platform
For MFEs, this probably requires the installation of the edx-branded header and footer.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: