mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 04:58:24 +02:00
* Minor work on themes + FSE
This commit is contained in:
parent
0436dc2c3a
commit
73952a2c37
9 changed files with 88 additions and 48 deletions
|
@ -296,6 +296,7 @@ function applyThemeCustomization(options) {
|
|||
}
|
||||
|
||||
if(themeConfig.mci) {
|
||||
console.log('>>>>>>>>>>>>>>>>>>>>>>> ' + options.name)
|
||||
Object.keys(themeConfig.mci).forEach(function mciEntry(mci) {
|
||||
_.defaults(options.mci[mci], themeConfig.mci[mci]);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue