Spookie/assets/controllers.json

31 lines
794 B
JSON
Raw Normal View History

2022-10-28 18:48:25 +02:00
{
2022-11-15 17:05:12 +01:00
"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"
}
}
},
2022-10-28 18:48:25 +02:00
"entrypoints": []
}