Skip to content

Commit

Permalink
fix label future option_image in projects
Browse files Browse the repository at this point in the history
  • Loading branch information
SebouChu committed Jul 12, 2024
1 parent 82e0369 commit 2816450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="col-lg-6" v-if="data.mode !== 'categories'">
<!--
<%= osuny_label t('admin.communication.blocks.display_options.title') %>
<%= block_component_edit block, :option_image, label: Communication::Website::Portfolio::Project.human_attribute_name(:image) %>
<%= block_component_edit block, :option_image, label: Communication::Website::Portfolio::Project.human_attribute_name(:featured_image) %>
<%= block_component_edit block, :option_summary, label: t('admin.summary.label') %>
<%= block_component_edit block, :option_categories, label: Communication::Website::Portfolio::Project.human_attribute_name(:categories) %>
<%= block_component_edit block, :option_year, label: Communication::Website::Portfolio::Project.human_attribute_name(:year) %>
Expand Down

0 comments on commit 2816450

Please sign in to comment.