31 lines
794 B
JSON
31 lines
794 B
JSON
{
|
|
"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": []
|
|
}
|