add wickedone/phrase-tag-bundle (#1733)

* add wickedone/phrase-tag-bundle

- add wickedone/phrase-tag-bundle recipe

* rename yaml to wicked_one_phrase_tag.yaml
This commit is contained in:
wickedOne
2024-12-24 22:56:37 +04:00
committed by GitHub
parent fe24b6c2ba
commit 96e66e2784
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
wicked_one_phrase_tag:
dsn: '%env(PHRASE_DSN)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"WickedOne\\PhraseTagBundle\\WickedOnePhraseTagBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PHRASE_DSN": "phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject"
}
}