Skip to content

Commit

Permalink
Add recipe for FlowbiteBundle (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ker0x authored Dec 28, 2023
1 parent f77dbff commit a599dca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tales-from-a-dev/flowbite-bundle/0.4/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit a599dca

Please sign in to comment.