mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add version 1.15 of tienvx/mbt-bundle and tienvx/mbt-api-bundle
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
tienvx_mbt_api:
|
||||
dot_binary: '%env(DOT_BINARY)%'
|
||||
@@ -0,0 +1,3 @@
|
||||
tienvx_mbt_api:
|
||||
resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'
|
||||
prefix: '/mbt-api'
|
||||
11
tienvx/mbt-api-bundle/1.15/manifest.json
Normal file
11
tienvx/mbt-api-bundle/1.15/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Tienvx\\Bundle\\MbtApiBundle\\TienvxMbtApiBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"DOT_BINARY": "dot"
|
||||
}
|
||||
}
|
||||
1
tienvx/mbt-bundle/1.15/config/packages/dev/models/.gitignore
vendored
Normal file
1
tienvx/mbt-bundle/1.15/config/packages/dev/models/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
tienvx/mbt-bundle/1.15/config/packages/dev/predefined-cases/.gitignore
vendored
Normal file
1
tienvx/mbt-bundle/1.15/config/packages/dev/predefined-cases/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
14
tienvx/mbt-bundle/1.15/config/packages/tienvx_mbt.yaml
Normal file
14
tienvx/mbt-bundle/1.15/config/packages/tienvx_mbt.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
imports:
|
||||
- { resource: dev/models/*.yaml }
|
||||
- { resource: dev/predefined-cases/*.yaml }
|
||||
|
||||
tienvx_mbt:
|
||||
email_from: '%env(EMAIL_FROM)%'
|
||||
admin_url: '%env(ADMIN_URL)%'
|
||||
|
||||
flysystem:
|
||||
storages:
|
||||
mbt.storage:
|
||||
adapter: 'local'
|
||||
options:
|
||||
directory: "%kernel.project_dir%/var/storage/screenshots"
|
||||
13
tienvx/mbt-bundle/1.15/manifest.json
Normal file
13
tienvx/mbt-bundle/1.15/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Tienvx\\Bundle\\MbtBundle\\TienvxMbtBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"var/storage/screenshots/": "%VAR_DIR%/storage/screenshots/"
|
||||
},
|
||||
"env": {
|
||||
"EMAIL_FROM": "from@example.com",
|
||||
"ADMIN_URL": "http://localhost"
|
||||
}
|
||||
}
|
||||
0
tienvx/mbt-bundle/1.15/var/storage/screenshots/.gitignore
vendored
Normal file
0
tienvx/mbt-bundle/1.15/var/storage/screenshots/.gitignore
vendored
Normal file
Reference in New Issue
Block a user