turbo #4
|
@ -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": []
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue