mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add recipe for FlowbiteBundle (#1578)
This commit is contained in:
22
tales-from-a-dev/flowbite-bundle/0.4/manifest.json
Normal file
22
tales-from-a-dev/flowbite-bundle/0.4/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user