Skip to content

Commit e3525cf

Browse files
authored
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
1 parent f642761 commit e3525cf

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

letkode/form-schema-bundle/1.0/config/packages/letkode_form_schema.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
letkode_form_schema:
2-
default_locale: es
2+
default_locale: '%env(LKA_DEFAULT_LOCALE)%'
33
available_locales:
44
- es
5+
- en
6+
- pt
57
entity_namespace: App\Entity
68
table_prefix: ''
9+
seeds_path: '%kernel.project_dir%/config/seeds/form_schema'
710
table_names:
811
form: null
912
form_section: null
1013
form_group: null
1114
form_field: null
12-
form_option_general: null
13-
form_option_general_value: null
15+
form_option: null
16+
form_option_value: null
1417
cache:
15-
enabled: false
18+
enabled: '%env(bool:LKA_FORM_SCHEMA_CACHE)%'
1619
pool: cache.app
1720
ttl: 3600
1821
key_prefix: fsb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!.gitignore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!.gitignore

letkode/form-schema-bundle/1.0/manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
},
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"LKA_DEFAULT_LOCALE": "es",
10+
"LKA_FORM_SCHEMA_CACHE": "false"
711
}
812
}

0 commit comments

Comments
 (0)