Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore
4 changes: 4 additions & 0 deletions letkode/form-schema-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LKA_DEFAULT_LOCALE": "es",
"LKA_FORM_SCHEMA_CACHE": "false"
}
}
Loading