mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add KNPLabs Dictionary bundle recipe
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
knp_dictionary:
|
||||
dictionaries: []
|
||||
|
||||
# Examples
|
||||
# knp_dictionary:
|
||||
# dictionaries:
|
||||
# my_dictionary:
|
||||
# type: 'key_value'
|
||||
# content:
|
||||
# "foo": "foo_value"
|
||||
# "bar": "bar_value"
|
||||
# "baz": "baz_value"
|
||||
|
||||
# my_callable_dictionary:
|
||||
# type: 'callable'
|
||||
# service: 'app.service.id'
|
||||
# method: 'getSomething'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Knp\\DictionaryBundle\\KnpDictionaryBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user