- Add highlighting of blocks that are being edited;

- Refactor block settings views;
- Change Posts widget to display 8 posts in settings;
- Move ALC/Posts category selector label to Select2 placeholder.
This commit is contained in:
Tautvidas Sipavičius
2016-06-06 18:53:13 +03:00
parent 33bdde1156
commit 3edfd32879
19 changed files with 68 additions and 66 deletions

View File

@@ -125,6 +125,7 @@ define([
return view.renderOptions.depth === 1;
},
},
HighlightEditingBehavior: {}
},
onDragSubstituteBy: function() {
// For two and three column layouts display their respective widgets,
@@ -309,9 +310,6 @@ define([
"click .mailpoet_done_editing": "close",
};
},
behaviors: {
ColorPickerBehavior: {},
},
regions: {
columnsSettingsRegion: '.mailpoet_container_columns_settings',
},