Skip to content

Commit

Permalink
pages labels
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy committed Jul 12, 2024
1 parent 3e8c42d commit 297ca9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div class="col-lg-6">
<%= osuny_label t('admin.communication.blocks.display_options.title') %>
<%= block_component_edit block, :show_main_description %>
<%= block_component_edit block, :option_image, label: Communication::Website::Page.human_attribute_name(:featured_image) %>
<%= block_component_edit block, :option_summary, label: t('admin.summary.label')%>
<%= block_component_edit block, :option_image, label: t('.show_image.label') %>
<%= block_component_edit block, :option_summary, label: t('.show_description.label') %>
</div>
</div>

Expand Down

0 comments on commit 297ca9b

Please sign in to comment.