Commit graph

355 commits

Author SHA1 Message Date
f125d04af7 fix(crud): use context variable to retrieve the form and the form options 2025-03-11 16:49:24 +01:00
aac4e21a65 fix(form): handle multiple files in form template 2025-02-28 15:15:12 +01:00
c0db55d467 fix(form): handle multiple files in form template 2025-02-28 14:43:59 +01:00
05ed084986 feat(CrudController): allow to add callables after creation, update and delation 2025-02-28 11:37:50 +01:00
6a977ca029 Merge branch 'feature/upload-multiple-file' into develop 2025-02-28 10:12:48 +01:00
9e1d4a7ae9 update changelog 2025-02-28 10:12:42 +01:00
3755fcccf1 feat(FileUploadHandler): allow to upload multiple files
add specific callback "afterUploadsCallback" when multiple files are uploaded
2025-02-28 10:11:46 +01:00
4227400cf9 remove console.log 2025-02-07 17:24:11 +01:00
e17f0beaa0 allow to set data-* attributes on modal 2025-02-07 16:59:46 +01:00
8e947b0b77
builder block: allow to use the code editor on each item 2024-06-02 21:12:32 +02:00
bc148f0b6b
builder block: add icon in blocks 2024-05-26 22:14:33 +02:00
4054f6ccff
builder block: add search 2024-05-26 21:43:29 +02:00
89efd5475f
builder block: add search 2024-05-26 21:42:31 +02:00
1120c20f05
builder block: add search 2024-05-26 21:36:42 +02:00
d4ba8dc619
builder block: add translations 2024-05-26 21:15:46 +02:00
eb3c1a8879
builder block: add translations 2024-05-26 21:13:34 +02:00
e322973e67 block builder: make to picker larger 2024-05-26 21:08:20 +02:00
006b8cdbe6
block builde: add custom class setting 2024-05-26 14:51:12 +02:00
0d5f248ca9
fix file manager: add jquery on Files component 2024-05-25 22:27:19 +02:00
62fbd936c6
block builde: add prview 2024-05-24 15:47:15 +02:00
57dd7da162
block builde: add prview 2024-05-24 15:43:58 +02:00
fea5319dc5
block builde: add prview 2024-05-24 15:43:15 +02:00
a0211026ba
block code editor: fix drag and drop 2024-05-24 13:50:37 +02:00
b1ea641374
block code editor: allow to add block on the top 2024-05-24 13:21:11 +02:00
246c249d3e
block code editor: remove is-invalid class when the modal is closed 2024-05-24 08:56:03 +02:00
3f5bd4f950
replace div with buttons
add code editor

handle new settings
2024-05-23 23:58:39 +02:00
b9566853ef
allow buildHtml to get null, array or string 2024-05-17 22:02:16 +02:00
25efd11ea3
add BuilderBlockContainer::removeBlock 2024-05-17 21:38:48 +02:00
85f054956c
sanitize builder component value 2024-05-17 21:34:08 +02:00
6bb29dd5c3
add margin and border color to builder block widgets 2024-05-16 21:42:40 +02:00
56177c14da
improve block builder picker 2024-05-16 11:16:48 +02:00
e8c9520378
update builder block default template 2024-05-16 08:56:06 +02:00
46e01f504f
add maker for builder block 2024-05-15 23:24:11 +02:00
d1649a4959
add builder as new type in the page maker 2024-05-15 18:39:09 +02:00
d74cd52711
add builer block context 2024-05-15 18:27:19 +02:00
7c124008c0
add builer block context 2024-05-15 18:18:56 +02:00
b680946daf
block builder: add test to check if the widget exists 2024-05-14 22:13:36 +02:00
4acba618cb
block builder: add colors depending of depth and keep open/closed settings when moved 2024-05-14 20:24:34 +02:00
357856f8ce
release v1.25.1 2024-05-13 17:58:08 +02:00
dfbe282d0e
add drag and drop in the block builder 2024-05-13 17:40:05 +02:00
857fcd9897
add blocks 2024-05-13 13:58:07 +02:00
48ca5a96e6
rename blocks 2024-05-13 13:57:58 +02:00
065bb0db22
rename blocks 2024-05-13 13:57:49 +02:00
bf6777054f
add order property 2024-05-13 13:57:34 +02:00
51acd82432 order blocks 2024-05-13 13:57:01 +02:00
150f3afd6a
add build block vars 2024-05-13 11:19:56 +02:00
4eb13a4022
add diffent border color on the root block of the builder
add default class in blocks
2024-05-13 09:26:31 +02:00
8044ff3605
update changelog 2024-05-12 22:49:43 +02:00
9324837bd9
update changelog 2024-05-12 22:48:30 +02:00
b8dfaaed10 Merge branch 'feature/blocks' into develop 2024-05-12 22:41:44 +02:00