mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
* Add letkode/form-schema-bundle recipe * fix: indentation and null values in letkode/form-schema-bundle recipe - Use 4-space indentation in manifest.json - Add trailing newline to manifest.json - Replace ~ with null in letkode_form_schema.yaml
9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"bundles": {
|
|
"Letkode\\FormSchemaBundle\\LetkodeFormSchemaBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|