Skip to content

Commit

Permalink
add wickedone/phrase-tag-bundle (#1733)
Browse files Browse the repository at this point in the history
* add wickedone/phrase-tag-bundle

- add wickedone/phrase-tag-bundle recipe

* rename yaml to wicked_one_phrase_tag.yaml
  • Loading branch information
wickedOne authored Dec 24, 2024
1 parent fe24b6c commit 96e66e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
wicked_one_phrase_tag:
dsn: '%env(PHRASE_DSN)%'
11 changes: 11 additions & 0 deletions wickedone/phrase-tag-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 96e66e2

Please sign in to comment.