Skip to content
Snippets Groups Projects
Commit c653b572 authored by pabois's avatar pabois
Browse files

Merge branch 'main' into upgrade/sha256-digest

parents 20e832d5 8f344fd0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ class Communication::Block::Template::Image < Communication::Block::Template::Ba
has_component :image, :image
has_component :alt, :string
has_component :credit, :rich_text
has_component :text, :text
has_component :text, :rich_text
protected
......
......@@ -10,6 +10,7 @@
label: t('admin.communication.blocks.components.image.credit.label'),
placeholder: t('admin.communication.blocks.components.image.credit.placeholder'),
summernote_config: 'link' %>
<%= block_component_edit :text %>
<%= block_component_edit :text,
summernote_config: 'link' %>
</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