mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -546,6 +546,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [synolia/sylius-mail-tester-plugin](https://packagist.org/packages/synolia/sylius-mail-tester-plugin) | [1.0](synolia/sylius-mail-tester-plugin/1.0) |
|
||||
| [synolia/sylius-scheduler-command-plugin](https://packagist.org/packages/synolia/sylius-scheduler-command-plugin) | [2.0](synolia/sylius-scheduler-command-plugin/2.0) |
|
||||
| [systemsdk/easy-log-bundle](https://packagist.org/packages/systemsdk/easy-log-bundle) | [1.10](systemsdk/easy-log-bundle/1.10) |
|
||||
| [tales-from-a-dev/flowbite-bundle](https://packagist.org/packages/tales-from-a-dev/flowbite-bundle) | [0.4](tales-from-a-dev/flowbite-bundle/0.4) |
|
||||
| [tales-from-a-dev/twig-tailwind-extra](https://packagist.org/packages/tales-from-a-dev/twig-tailwind-extra) | [0.2](tales-from-a-dev/twig-tailwind-extra/0.2) |
|
||||
| [tattali/calendar-bundle](https://packagist.org/packages/tattali/calendar-bundle) | [1.1](tattali/calendar-bundle/1.1) |
|
||||
| [tbbc/money-bundle](https://packagist.org/packages/tbbc/money-bundle) | [4.0](tbbc/money-bundle/4.0) |
|
||||
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tales-from-a-dev/flowbite-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"TalesFromADev\\FlowbiteBundle\\TalesFromADevFlowbiteBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "tailwind.config.js",
|
||||
"content": " \"./vendor/tales-from-a-dev/flowbite-bundle/templates/**/*.html.twig\",",
|
||||
"position": "after_target",
|
||||
"target": "content: [",
|
||||
"warn_if_missing": true
|
||||
},
|
||||
{
|
||||
"file": "config/packages/twig.yaml",
|
||||
"content": " form_themes:\n - '@TalesFromADevFlowbite/form/default.html.twig'",
|
||||
"position": "after_target",
|
||||
"target": "default_path: '%kernel.project_dir%/templates'",
|
||||
"warn_if_missing": true,
|
||||
"requires": "symfony/twig-bundle"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "8c5eef17730535682128557a1016872fd3e81c33"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1728,6 +1728,9 @@
|
||||
"systemsdk/easy-log-bundle": [
|
||||
"1.10"
|
||||
],
|
||||
"tales-from-a-dev/flowbite-bundle": [
|
||||
"0.4"
|
||||
],
|
||||
"tales-from-a-dev/twig-tailwind-extra": [
|
||||
"0.2"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tales-from-a-dev/flowbite-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"TalesFromADev\\FlowbiteBundle\\TalesFromADevFlowbiteBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "tailwind.config.js",
|
||||
"content": " \"./vendor/tales-from-a-dev/flowbite-bundle/templates/**/*.html.twig\",",
|
||||
"position": "after_target",
|
||||
"target": "content: [",
|
||||
"warn_if_missing": true
|
||||
},
|
||||
{
|
||||
"file": "config/packages/twig.yaml",
|
||||
"content": " form_themes:\n - '@TalesFromADevFlowbite/form/default.html.twig'",
|
||||
"position": "after_target",
|
||||
"target": "default_path: '%kernel.project_dir%/templates'",
|
||||
"warn_if_missing": true,
|
||||
"requires": "symfony/twig-bundle"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "8c5eef17730535682128557a1016872fd3e81c33"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user