diff --git a/app/views/admin/communication/blocks/templates/posts/_static.html.erb b/app/views/admin/communication/blocks/templates/posts/_static.html.erb index 00932a5d2020ecd3ccf45d020a1cba443976925f..167e7e361c87955622b10570652ec5db3a6da0fa 100644 --- a/app/views/admin/communication/blocks/templates/posts/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/posts/_static.html.erb @@ -1,4 +1,6 @@ -<% if block.template.mode == 'category' && block.template.category %> +<% if block.template.mode == 'all' %> + all: true +<% elsif block.template.mode == 'category' && block.template.category %> category: "<%= block.template.category.path %>" <% end %> layout: <%= block.template.layout %>