Files
symfony-flex-recipes-contrib/fsi.files.1.5.json
T
github-action[bot]andgithub-action[bot] d7ff1f1b21 Update Flex endpoint
2022-07-08 11:10:22 +00:00

46 lines
1.9 KiB
JSON

{
"manifests": {
"fsi/files": {
"manifest": {
"bundles": {
"FSi\\Component\\Files\\Integration\\Symfony\\FilesBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/fsi_files.yaml": {
"contents": [
"---",
"fsi_files:",
" # if you have only a single filesystem, enter it here, otherwise provide them for each entity",
" default_entity_filesystem: null",
" url_adapters: []",
" entities: []",
"",
"# Example configuration:",
"#",
"# url_adapters:",
"# local_filesystem: 'adapter.service_id'",
"# entities:",
"# Tests\\Entity\\FileEntity:",
"# filesystem: 'local_filesystem'",
"# prefix: file_entity",
"# fields:",
"# # Full configuration",
"# - { name: file, prefix: file_entity_file, pathField: filePath }",
"# # Minimal configuration equal to { name: image, prefix: file_entity, pathField: imagePath }",
"# - [image]",
""
],
"executable": false
}
},
"ref": "781f6b4786043761ba48d9812cadcd7bb5e1d3ce"
}
}
}