We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f983f08 commit da10f35Copy full SHA for da10f35
plugins/tutor-contrib-paragon/tutorparagon/templates/paragon/settings/mfe-common-settings
@@ -2,7 +2,7 @@
2
MFE_CONFIG["PARAGON_THEME_URLS"] = {
3
"core": {
4
"urls": {
5
- "default": "{{ PARAGON_BASE_URL }}core/core.min.css"
+ "brandOverride": "{{ PARAGON_BASE_URL }}core/core.min.css"
6
},
7
8
"defaults": {
@@ -13,7 +13,7 @@ MFE_CONFIG["PARAGON_THEME_URLS"] = {
13
"variants": {
14
{% for theme in PARAGON_ENABLED_THEMES %}"{{ theme }}": {
15
16
- "default": "{{ PARAGON_BASE_URL }}themes/{{ theme }}/{{ theme }}.min.css"
+ "brandOverride": "{{ PARAGON_BASE_URL }}themes/{{ theme }}/{{ theme }}.min.css"
17
}
18
},{% endfor %}
19
0 commit comments