Skip to content

Commit 99ac532

Browse files
author
Zane
committed
Article editor: images gallery
1 parent 7e99b6c commit 99ac532

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎assets/js/article-edit-images.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
//import $ from 'jquery';
22

3+
4+
jQuery(document).on('click', '.tli-image-upload', function(event) {
5+
6+
});

‎templates/article/editor/images.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</div>
2626

2727
<div class="sticky-bottom text-center mt-2">
28-
<button type="button" class="btn btn-primary">
28+
<button type="button" class="btn btn-primary tli-image-upload">
2929
<i class="fa-solid fa-upload"></i> Carica immagini
3030
</button>
3131
</div>

0 commit comments

Comments
 (0)