Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-19 09:41:06 +00:00
parent a323031f99
commit 9cd44d4df3
9 changed files with 188 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"manifests": {
"monofony/admin-meta": {
"manifest": {
"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/"
}
},
"files": [],
"ref": "8d32c12797d022e670e2e9b8416c00235089ef06"
}
}
}
@@ -0,0 +1,16 @@
{
"manifests": {
"monofony/api-meta": {
"manifest": {
"copy-from-package": {
".recipe/config/": "%CONFIG_DIR%/",
".recipe/spec/": "spec/",
".recipe/src/": "%SRC_DIR%/",
".recipe/tests/": "tests/"
}
},
"files": [],
"ref": "b9fd776a767cdd112e60a83aae97a892baf5905d"
}
}
}
@@ -0,0 +1,35 @@
{
"manifests": {
"monofony/core-meta": {
"manifest": {
"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"
]
},
"files": [],
"ref": "7fa5f4b232834f5857ca279e99bb8ad57cc4dff9"
}
}
}
@@ -0,0 +1,18 @@
{
"manifests": {
"monofony/front-meta": {
"manifest": {
"copy-from-package": {
".recipe/assets/": "assets/",
".recipe/config/": "%CONFIG_DIR%/",
".recipe/features/": "features/",
".recipe/src/": "%SRC_DIR%/",
".recipe/templates/": "templates/",
".recipe/tests/": "tests/"
}
},
"files": [],
"ref": "2b36169bbc23f68e3b052d9517326872596511ce"
}
}
}
+12
View File
@@ -896,6 +896,18 @@
"moneyphp/money-bundle": [
"0.1"
],
"monofony/admin-meta": [
"0.8"
],
"monofony/api-meta": [
"0.8"
],
"monofony/core-meta": [
"0.8"
],
"monofony/front-meta": [
"0.8"
],
"monsieurbiz/sylius-admin-better-login-plugin": [
"1.0"
],
+19
View File
@@ -0,0 +1,19 @@
{
"manifests": {
"monofony/admin-meta": {
"manifest": {
"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/"
}
},
"files": [],
"ref": "8d32c12797d022e670e2e9b8416c00235089ef06"
}
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"manifests": {
"monofony/api-meta": {
"manifest": {
"copy-from-package": {
".recipe/config/": "%CONFIG_DIR%/",
".recipe/spec/": "spec/",
".recipe/src/": "%SRC_DIR%/",
".recipe/tests/": "tests/"
}
},
"files": [],
"ref": "b9fd776a767cdd112e60a83aae97a892baf5905d"
}
}
}
+35
View File
@@ -0,0 +1,35 @@
{
"manifests": {
"monofony/core-meta": {
"manifest": {
"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"
]
},
"files": [],
"ref": "7fa5f4b232834f5857ca279e99bb8ad57cc4dff9"
}
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"manifests": {
"monofony/front-meta": {
"manifest": {
"copy-from-package": {
".recipe/assets/": "assets/",
".recipe/config/": "%CONFIG_DIR%/",
".recipe/features/": "features/",
".recipe/src/": "%SRC_DIR%/",
".recipe/templates/": "templates/",
".recipe/tests/": "tests/"
}
},
"files": [],
"ref": "2b36169bbc23f68e3b052d9517326872596511ce"
}
}
}