123456789101112131415161718192021222324 |
- {
- "controllers": {
- "@symfony/ux-toggle-password": {
- "toggle-password": {
- "enabled": true,
- "fetch": "eager",
- "autoimport": {
- "@symfony/ux-toggle-password/dist/style.min.css": true
- }
- }
- },
- "@symfony/ux-turbo": {
- "turbo-core": {
- "enabled": true,
- "fetch": "eager"
- },
- "mercure-turbo-stream": {
- "enabled": false,
- "fetch": "eager"
- }
- }
- },
- "entrypoints": []
- }
|