new controllers added by bundles

This commit is contained in:
tracer 2022-11-15 17:05:12 +01:00
parent 5247d71050
commit 28d77f7ec5
1 changed files with 27 additions and 1 deletions

View File

@ -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": []
}