mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
add wemxo/dynamic-form-bundle recipe (#1490)
Co-authored-by: Abdelhak Ouaddi <abdelhak.ouaddi@adprod.local>
This commit is contained in:
co-authored by
Abdelhak Ouaddi
parent
70179f0292
commit
49867ebac5
@@ -0,0 +1,5 @@
|
||||
dynamic_form:
|
||||
recursive: true
|
||||
config_paths:
|
||||
- '%kernel.project_dir%/config/dynamic_form'
|
||||
cache_pool: null
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Wemxo\\DynamicFormBundle\\DynamicFormBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user