From 96e66e278414dbb6c9515da4522decf312523b0f Mon Sep 17 00:00:00 2001 From: wickedOne Date: Tue, 24 Dec 2024 18:56:37 +0000 Subject: [PATCH] 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 --- .../2.0/config/packages/wicked_one_phrase_tag.yaml | 2 ++ wickedone/phrase-tag-bundle/2.0/manifest.json | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.yaml create mode 100644 wickedone/phrase-tag-bundle/2.0/manifest.json diff --git a/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.yaml b/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.yaml new file mode 100644 index 000000000..cb507a37f --- /dev/null +++ b/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.yaml @@ -0,0 +1,2 @@ +wicked_one_phrase_tag: + dsn: '%env(PHRASE_DSN)%' diff --git a/wickedone/phrase-tag-bundle/2.0/manifest.json b/wickedone/phrase-tag-bundle/2.0/manifest.json new file mode 100644 index 000000000..cca0b3660 --- /dev/null +++ b/wickedone/phrase-tag-bundle/2.0/manifest.json @@ -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" + } +}