mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Add letkode form schema bundle recipe (#1996)
* 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
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
letkode_form_schema:
|
||||
default_locale: es
|
||||
available_locales:
|
||||
- es
|
||||
entity_namespace: App\Entity
|
||||
table_prefix: ''
|
||||
table_names:
|
||||
form: null
|
||||
form_section: null
|
||||
form_group: null
|
||||
form_field: null
|
||||
form_option_general: null
|
||||
form_option_general_value: null
|
||||
cache:
|
||||
enabled: false
|
||||
pool: cache.app
|
||||
ttl: 3600
|
||||
key_prefix: fsb
|
||||
auto_invalidate: true
|
||||
disabled_field_types: []
|
||||
disabled_options_sources: []
|
||||
disabled_form_renders: []
|
||||
disabled_section_renders: []
|
||||
disabled_group_renders: []
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Letkode\\FormSchemaBundle\\LetkodeFormSchemaBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user