Compare commits

..
Author SHA1 Message Date
github-action[bot]andgithub-action[bot] bd71a6fced Create Flex endpoint 2026-06-09 07:08:55 +00:00
2 changed files with 7 additions and 28 deletions
+2 -2
View File
@@ -12,9 +12,9 @@
"_links": { "_links": {
"repository": "github.com/symfony/recipes-contrib", "repository": "github.com/symfony/recipes-contrib",
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1997/{package_dotted}.{version}.json", "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1996/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json", "recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1997/archived/{package_dotted}/{ref}.json", "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1996/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
} }
} }
+5 -26
View File
@@ -9,33 +9,26 @@
}, },
"copy-from-recipe": { "copy-from-recipe": {
"config/": "%CONFIG_DIR%/" "config/": "%CONFIG_DIR%/"
},
"env": {
"LKA_DEFAULT_LOCALE": "es",
"LKA_FORM_SCHEMA_CACHE": "false"
} }
}, },
"files": { "files": {
"config/packages/letkode_form_schema.yaml": { "config/packages/letkode_form_schema.yaml": {
"contents": [ "contents": [
"letkode_form_schema:", "letkode_form_schema:",
" default_locale: '%env(LKA_DEFAULT_LOCALE)%'", " default_locale: es",
" available_locales:", " available_locales:",
" - es", " - es",
" - en",
" - pt",
" entity_namespace: App\\Entity", " entity_namespace: App\\Entity",
" table_prefix: ''", " table_prefix: ''",
" seeds_path: '%kernel.project_dir%/config/seeds/form_schema'",
" table_names:", " table_names:",
" form: null", " form: null",
" form_section: null", " form_section: null",
" form_group: null", " form_group: null",
" form_field: null", " form_field: null",
" form_option: null", " form_option_general: null",
" form_option_value: null", " form_option_general_value: null",
" cache:", " cache:",
" enabled: '%env(bool:LKA_FORM_SCHEMA_CACHE)%'", " enabled: false",
" pool: cache.app", " pool: cache.app",
" ttl: 3600", " ttl: 3600",
" key_prefix: fsb", " key_prefix: fsb",
@@ -48,23 +41,9 @@
"" ""
], ],
"executable": false "executable": false
},
"config/seeds/form_schema/forms/.gitignore": {
"contents": [
"!.gitignore",
""
],
"executable": false
},
"config/seeds/form_schema/options/.gitignore": {
"contents": [
"!.gitignore",
""
],
"executable": false
} }
}, },
"ref": "4628db0c494b8088dae1ceb15e7bbf074ebf6d63" "ref": "36e7e635b6ae84df275d037362792f5efad06c26"
} }
} }
} }