This commit is contained in:
psychobunny
2016-02-23 14:23:57 -05:00
parent 637c20f44d
commit b18052210d

View File

@@ -128,7 +128,9 @@ widgets.setArea = function(area, callback) {
widgets.reset = function(callback) {
var defaultAreas = [
{ name: 'Draft Zone', template: 'global', location: 'drafts' }
{ name: 'Draft Zone', template: 'global', location: 'header' },
{ name: 'Draft Zone', template: 'global', location: 'footer' },
{ name: 'Draft Zone', template: 'global', location: 'sidebar' }
];
plugins.fireHook('filter:widgets.getAreas', defaultAreas, function(err, areas) {