mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user