Update letkode/form-schema-bundle recipe V1 (#1997)

* Update letkode/form-schema-bundle recipe V1

* Update letkode/form-schema-bundle recipe V1.1

* Update letkode/form-schema-bundle recipe V1.2

* Update letkode/form-schema-bundle recipe V1.3

* Update letkode/form-schema-bundle recipe V1.4

* Update letkode/form-schema-bundle recipe V1.5

* Update letkode/form-schema-bundle recipe V1.6

* Update letkode/form-schema-bundle recipe V1.7

* Update letkode/form-schema-bundle recipe V1.8
This commit is contained in:
Trino Calma
2026-06-14 18:21:55 +02:00
committed by GitHub
parent f64276120f
commit e3525cfd0c
4 changed files with 13 additions and 4 deletions
@@ -1,18 +1,21 @@
letkode_form_schema:
default_locale: es
default_locale: '%env(LKA_DEFAULT_LOCALE)%'
available_locales:
- es
- en
- pt
entity_namespace: App\Entity
table_prefix: ''
seeds_path: '%kernel.project_dir%/config/seeds/form_schema'
table_names:
form: null
form_section: null
form_group: null
form_field: null
form_option_general: null
form_option_general_value: null
form_option: null
form_option_value: null
cache:
enabled: false
enabled: '%env(bool:LKA_FORM_SCHEMA_CACHE)%'
pool: cache.app
ttl: 3600
key_prefix: fsb
@@ -0,0 +1 @@
!.gitignore
@@ -0,0 +1 @@
!.gitignore
@@ -4,5 +4,9 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LKA_DEFAULT_LOCALE": "es",
"LKA_FORM_SCHEMA_CACHE": "false"
}
}