Remove the toolbar in ckeditor history mode + history configurable

This commit is contained in:
yflory
2017-04-24 11:41:00 +02:00
parent 92ea03d7d9
commit 5fc2e4cf71
4 changed files with 17 additions and 19 deletions

View File

@@ -32,7 +32,10 @@ define(function() {
'#FF00C0', // hot pink
'#800080', // purple
];
config.enableTemplates = true;
config.enableHistory = true;
return config;
});