From 28d77f7ec5bb9a29e4a9b6008a658ad93b2abb44 Mon Sep 17 00:00:00 2001 From: tracer Date: Tue, 15 Nov 2022 17:05:12 +0100 Subject: [PATCH] new controllers added by bundles --- assets/controllers.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/assets/controllers.json b/assets/controllers.json index a1c6e90..1620b19 100644 --- a/assets/controllers.json +++ b/assets/controllers.json @@ -1,4 +1,30 @@ { - "controllers": [], + "controllers": { + "@symfony/ux-cropperjs": { + "cropper": { + "enabled": true, + "fetch": "eager", + "autoimport": { + "cropperjs/dist/cropper.min.css": true, + "@symfony/ux-cropperjs/src/style.css": true + } + } + }, + "@symfony/ux-dropzone": { + "dropzone": { + "enabled": true, + "fetch": "eager", + "autoimport": { + "@symfony/ux-dropzone/src/style.css": true + } + } + }, + "@symfony/ux-turbo": { + "turbo-core": { + "enabled": true, + "fetch": "eager" + } + } + }, "entrypoints": [] }