Skip to content

Commit b51633e

Browse files
committed
enable option_icons in features block form
1 parent da3ebbd commit b51633e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/admin/communication/blocks/templates/features/_edit.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<%= osuny_separator %>
4747

48-
<%#= osuny_small_panel t('admin.communication.blocks.components.layouts.label') do %>
48+
<%= osuny_small_panel t('admin.communication.blocks.components.layouts.label') do %>
4949
<%#= block_component_edit block, :layout %>
50-
<%#= block_component_edit block, :option_icons %>
51-
<%# end %>
50+
<%= block_component_edit block, :option_icons %>
51+
<% end %>

0 commit comments

Comments
 (0)