mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add softspring components (#1631)
* Add softspring components * Add softspring components * Add softspring components * Remove duplicated recipe
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
twig:
|
||||
globals:
|
||||
sfs_components_theme: 'bootstrap5'
|
||||
@@ -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' %}
|
||||
Reference in New Issue
Block a user