Part-DB-server/assets/controllers.json

25 lines
614 B
JSON
Raw Normal View History

2021-01-03 20:54:47 +01:00
{
2022-03-04 20:13:25 +01:00
"controllers": {
"@symfony/ux-toggle-password": {
"toggle-password": {
"enabled": true,
"fetch": "eager",
"autoimport": {
"@symfony/ux-toggle-password/dist/style.min.css": true
}
}
},
2022-03-04 20:13:25 +01:00
"@symfony/ux-turbo": {
"turbo-core": {
"enabled": true,
"fetch": "eager"
2022-12-11 14:41:40 +01:00
},
"mercure-turbo-stream": {
"enabled": false,
"fetch": "eager"
2022-03-04 20:13:25 +01:00
}
}
},
2021-01-03 20:54:47 +01:00
"entrypoints": []
}