Add softspring components (#1631)

* Add softspring components

* Add softspring components

* Add softspring components

* Remove duplicated recipe
This commit is contained in:
Javi H. Gil
2024-07-13 11:39:21 +02:00
committed by GitHub
parent 0d6dd55f1c
commit 3116b26cc8
3 changed files with 13 additions and 0 deletions
@@ -0,0 +1,3 @@
twig:
globals:
sfs_components_theme: 'bootstrap5'
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"Softspring\\Component\\Components\\SfsComponentsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "config/",
"templates/": "templates/"
}
}
@@ -0,0 +1 @@
{% extends '@SfsComponents/base.html.twig' %}