Skip to content
Snippets Groups Projects
Commit 3266aac5 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #2481

parent 5f0fae94
No related branches found
No related tags found
No related merge requests found
<%= block_component_static block, :description %>
<%= block_component_static block, :columns %>
columns:
<% block.template.columns.each do |column| %>
- "<%= prepare_text_for_static column %>"
<% end %>
rows:
<% block.template.elements.each do |element| %>
<%= block_component_static block, :cells, template: element, list: true, depth: 4 %>
- <%= sanitize element.cells.to_json %>
<% end %>
<%= block_component_static block, :caption %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment