- Fix double HR tag issue on ALC/Posts block settings;

- Change "Drop content here" message to a custom one for Posts/ALC blocks
This commit is contained in:
Tautvidas Sipavičius
2016-06-08 18:43:31 +03:00
parent 6a97e82d42
commit 1a3c767601
7 changed files with 14 additions and 8 deletions

View File

@@ -294,6 +294,7 @@ define([
templateHelpers: function() {
return {
isRoot: this.renderOptions.depth === 0,
emptyContainerMessage: this.renderOptions.emptyContainerMessage || '',
};
},
});