diff --git a/core/modules/widgets/list/list.js b/core/modules/widgets/list/list.js index cab303793..db9cc2cc3 100644 --- a/core/modules/widgets/list/list.js +++ b/core/modules/widgets/list/list.js @@ -152,6 +152,7 @@ ListWidget.prototype.createListElementMacro = function(title) { return { type: "element", tag: "$transclude", + isBlock: this.renderer.parseTreeNode.isBlock, attributes: { target: {type: "string", value: title}, template: {type: "string", value: template}