mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Recipes for Monofony metapackages (#1342)
This commit is contained in:
11
monofony/admin-meta/0.8/manifest.json
Normal file
11
monofony/admin-meta/0.8/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"copy-from-package": {
|
||||
".recipe/assets/": "assets/",
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
}
|
||||
8
monofony/api-meta/0.8/manifest.json
Normal file
8
monofony/api-meta/0.8/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-package": {
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
}
|
||||
27
monofony/core-meta/0.8/manifest.json
Normal file
27
monofony/core-meta/0.8/manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"container": {
|
||||
"locale": "en",
|
||||
"email_contact": "contact@example.com",
|
||||
"email_name": "Contact AppName",
|
||||
"email_sender": "no-reply@example.com"
|
||||
},
|
||||
"copy-from-package": {
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/migrations/": "migrations/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/",
|
||||
".recipe/translations/": "translations/",
|
||||
".recipe/config-builder.js": "config-builder.js"
|
||||
},
|
||||
"env": {
|
||||
"OAUTH_CLIENT_ID": "%generate(secret)%",
|
||||
"OAUTH_SECRET": "%generate(secret)%"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/assets",
|
||||
"/public/media"
|
||||
]
|
||||
}
|
||||
10
monofony/front-meta/0.8/manifest.json
Normal file
10
monofony/front-meta/0.8/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"copy-from-package": {
|
||||
".recipe/assets/": "assets/",
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user