Add recipe for fsi/files (#1407)

This commit is contained in:
Piotr Szymaszek
2022-07-08 13:09:59 +02:00
committed by GitHub
parent d60e433810
commit b1478b0087
2 changed files with 28 additions and 0 deletions
@@ -0,0 +1,20 @@
---
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]
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"FSi\\Component\\Files\\Integration\\Symfony\\FilesBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}