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

Fix

parent 620bf08e
No related branches found
No related tags found
No related merge requests found
......@@ -6,16 +6,14 @@
<%= block_component_edit block, :layout %>
<p>Envoyer plusieurs images</p>
<div class="row pure__row--small">
<input class="form-control"
type="file"
accept="image/*"
@change="onMultipleFileImageChange( $event, 'image' )"
data-size-limit="<%= Communication::Block::IMAGE_MAX_SIZE %>"
multiple>
</div>
<input class="form-control"
type="file"
accept="image/*"
@change="onMultipleFileImageChange( $event, 'image' )"
data-size-limit="<%= Communication::Block::IMAGE_MAX_SIZE %>"
multiple>
<hr class="my-5">
......
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