Skip to content

Commit da10f35

Browse files
committed
fix: update MFE_CONFIG to use 'brandOverride' for theme URLs
1 parent f983f08 commit da10f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/tutor-contrib-paragon/tutorparagon/templates/paragon/settings/mfe-common-settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MFE_CONFIG["PARAGON_THEME_URLS"] = {
33
"core": {
44
"urls": {
5-
"default": "{{ PARAGON_BASE_URL }}core/core.min.css"
5+
"brandOverride": "{{ PARAGON_BASE_URL }}core/core.min.css"
66
},
77
},
88
"defaults": {
@@ -13,7 +13,7 @@ MFE_CONFIG["PARAGON_THEME_URLS"] = {
1313
"variants": {
1414
{% for theme in PARAGON_ENABLED_THEMES %}"{{ theme }}": {
1515
"urls": {
16-
"default": "{{ PARAGON_BASE_URL }}themes/{{ theme }}/{{ theme }}.min.css"
16+
"brandOverride": "{{ PARAGON_BASE_URL }}themes/{{ theme }}/{{ theme }}.min.css"
1717
}
1818
},{% endfor %}
1919
}

0 commit comments

Comments
 (0)