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

Add lists to definitions

parent cae9c21c
No related branches found
No related tags found
No related merge requests found
<div class="row pure__row--small">
<div class="col-xl-6">
<%= block_component_edit block, :description, summernote_config: 'mini' %>
<%= block_component_edit block, :description, summernote_config: 'mini-list' %>
</div>
</div>
......@@ -17,7 +17,7 @@
<%= block_component_edit block, :title, template: @element %>
</div>
<div class="col-lg-7">
<%= block_component_edit block, :description, template: @element, summernote_config: 'mini' %>
<%= block_component_edit block, :description, template: @element, summernote_config: 'mini-list' %>
</div>
</div>
</div>
......
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