Merge pull request #419 from atmire/selectable-themes

Selectable themes
This commit is contained in:
Tim Donohue
2019-07-15 22:34:58 +02:00
committed by GitHub
159 changed files with 2204 additions and 795 deletions

View File

@@ -180,5 +180,8 @@ module.exports = {
edit: {
undoTimeout: 10000 // 10 seconds
}
},
theme: {
name: 'default',
}
};