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:
Trino Calma
2026-06-09 17:10:18 +04:00
committed by GitHub
parent 7db8da8b4d
commit 075b0bcacb
2 changed files with 32 additions and 0 deletions
@@ -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%/"
}
}