mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/ux-icons](https://packagist.org/packages/symfony/ux-icons) | [2.17](symfony/ux-icons/2.17) | `ux-icons`, `uxicons` |
|
||||
| [symfony/ux-lazy-image](https://packagist.org/packages/symfony/ux-lazy-image) | [2.18](symfony/ux-lazy-image/2.18) | `ux-lazy-image`, `uxlazyimage` |
|
||||
| [symfony/ux-leaflet-map](https://packagist.org/packages/symfony/ux-leaflet-map) | [2.19](symfony/ux-leaflet-map/2.19) | `ux-leaflet-map`, `uxleafletmap` |
|
||||
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.6](symfony/ux-live-component/2.6) | `ux-live-component`, `uxlivecomponent` |
|
||||
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.6](symfony/ux-live-component/2.6) | `live-component`, `livecomponent`, `ux-live-component`, `uxlivecomponent` |
|
||||
| [symfony/ux-map](https://packagist.org/packages/symfony/ux-map) | [2.19](symfony/ux-map/2.19) | `ux-map`, `uxmap` |
|
||||
| [symfony/ux-react](https://packagist.org/packages/symfony/ux-react) | [2.9](symfony/ux-react/2.9) | `ux-react`, `uxreact` |
|
||||
| [symfony/ux-svelte](https://packagist.org/packages/symfony/ux-svelte) | [2.9](symfony/ux-svelte/2.9) | `ux-svelte`, `uxsvelte` |
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ux-live-component": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/ux_live_component.yaml": {
|
||||
"contents": [
|
||||
"live_component:",
|
||||
" resource: '@LiveComponentBundle/config/routes.php'",
|
||||
" prefix: '/_components'",
|
||||
" # adjust prefix to add localization to your components",
|
||||
" #prefix: '/{_locale}/_components'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "fc360ae8c0acce49a3cce007b6e70f1c228cc348"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -181,6 +181,8 @@
|
||||
"linenotifynotifier": "symfony/line-notify-notifier",
|
||||
"linked-in-notifier": "symfony/linked-in-notifier",
|
||||
"linkedinnotifier": "symfony/linked-in-notifier",
|
||||
"live-component": "symfony/ux-live-component",
|
||||
"livecomponent": "symfony/ux-live-component",
|
||||
"lock": "symfony/lock",
|
||||
"loco-translation-provider": "symfony/loco-translation-provider",
|
||||
"locotranslationprovider": "symfony/loco-translation-provider",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "73e69baf18f47740d6f58688c5464b10cdacae06"
|
||||
"ref": "fc360ae8c0acce49a3cce007b6e70f1c228cc348"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user