mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for fsi/files (#1407)
This commit is contained in:
@@ -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]
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"FSi\\Component\\Files\\Integration\\Symfony\\FilesBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user