diff --git a/RECIPES.md b/RECIPES.md index 80bef3c6..6430a588 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -30,6 +30,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [anyx/login-gate-bundle](https://packagist.org/packages/anyx/login-gate-bundle) | [1.0](anyx/login-gate-bundle/1.0) | | [arad021/entity-already-exists-validation-constraint](https://packagist.org/packages/arad021/entity-already-exists-validation-constraint) | [1.0](arad021/entity-already-exists-validation-constraint/1.0) | | [armin/scssphp-bundle](https://packagist.org/packages/armin/scssphp-bundle) | [1.0](armin/scssphp-bundle/1.0) | +| [artack/svg-inline-bundle](https://packagist.org/packages/artack/svg-inline-bundle) | [1.0](artack/svg-inline-bundle/1.0) | | [artox-lab/clarc-bundle](https://packagist.org/packages/artox-lab/clarc-bundle) | [0.1](artox-lab/clarc-bundle/0.1) | | [artox-lab/clarc-message-bus-bundle](https://packagist.org/packages/artox-lab/clarc-message-bus-bundle) | [1.0](artox-lab/clarc-message-bus-bundle/1.0) | | [artox-lab/sms-bundle](https://packagist.org/packages/artox-lab/sms-bundle) | [1.0](artox-lab/sms-bundle/1.0) | diff --git a/archived/artack.svg-inline-bundle/2efd7e97ed639c30c26e50642b93c85367757680.json b/archived/artack.svg-inline-bundle/2efd7e97ed639c30c26e50642b93c85367757680.json new file mode 100644 index 00000000..138ab865 --- /dev/null +++ b/archived/artack.svg-inline-bundle/2efd7e97ed639c30c26e50642b93c85367757680.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "artack/svg-inline-bundle": { + "manifest": { + "bundles": { + "Artack\\SvgInlineBundle\\SvgInlineBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/artack_svg_inline.yaml": { + "contents": [ + "svg_inline:", + " path: \"%kernel.project_dir%/assets/svg\"", + "" + ], + "executable": false + } + }, + "ref": "2efd7e97ed639c30c26e50642b93c85367757680" + } + } +} diff --git a/artack.svg-inline-bundle.1.0.json b/artack.svg-inline-bundle.1.0.json new file mode 100644 index 00000000..138ab865 --- /dev/null +++ b/artack.svg-inline-bundle.1.0.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "artack/svg-inline-bundle": { + "manifest": { + "bundles": { + "Artack\\SvgInlineBundle\\SvgInlineBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/artack_svg_inline.yaml": { + "contents": [ + "svg_inline:", + " path: \"%kernel.project_dir%/assets/svg\"", + "" + ], + "executable": false + } + }, + "ref": "2efd7e97ed639c30c26e50642b93c85367757680" + } + } +} diff --git a/index.json b/index.json index d5a90f16..da447a2c 100644 --- a/index.json +++ b/index.json @@ -80,6 +80,9 @@ "armin/scssphp-bundle": [ "1.0" ], + "artack/svg-inline-bundle": [ + "1.0" + ], "artox-lab/clarc-bundle": [ "0.1" ],