2024-12-28 00:39:57 +01:00
|
|
|
{
|
|
|
|
"controllers": {
|
2025-01-11 19:52:25 +01:00
|
|
|
"@symfony/ux-dropzone": {
|
|
|
|
"dropzone": {
|
|
|
|
"enabled": true,
|
|
|
|
"fetch": "eager",
|
|
|
|
"autoimport": {
|
|
|
|
"@symfony/ux-dropzone/dist/style.min.css": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-12-28 00:39:57 +01:00
|
|
|
"@symfony/ux-turbo": {
|
|
|
|
"turbo-core": {
|
|
|
|
"enabled": true,
|
|
|
|
"fetch": "eager"
|
|
|
|
},
|
|
|
|
"mercure-turbo-stream": {
|
|
|
|
"enabled": false,
|
|
|
|
"fetch": "eager"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"entrypoints": []
|
|
|
|
}
|