Files
symfony-flex-recipes-contrib/wickedone.phrase-tag-bundle.2.0.json
T
github-action[bot]andgithub-action[bot] 0758d58191 Update Flex endpoint
2024-12-24 18:56:54 +00:00

31 lines
952 B
JSON

{
"manifests": {
"wickedone/phrase-tag-bundle": {
"manifest": {
"bundles": {
"WickedOne\\PhraseTagBundle\\WickedOnePhraseTagBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PHRASE_DSN": "phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject"
}
},
"files": {
"config/packages/wicked_one_phrase_tag.yaml": {
"contents": [
"wicked_one_phrase_tag:",
" dsn: '%env(PHRASE_DSN)%'",
""
],
"executable": false
}
},
"ref": "c72b7d61dcddc891df36bf7ce4434321238c672d"
}
}
}