mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
22 lines
713 B
JSON
22 lines
713 B
JSON
{
|
|
"manifests": {
|
|
"symfony/crowdin-translation-provider": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"target": " texter_transports:",
|
|
"content": " crowdin: '%env(CROWDIN_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "9f5f1508bc80ed56c8a3ae7febc53a8aa982e424"
|
|
}
|
|
}
|
|
}
|