From 211931e1eb4d97a2455dbd66df6fc0d395af85f8 Mon Sep 17 00:00:00 2001 From: freezy Date: Sun, 7 Jun 2020 12:43:40 +0200 Subject: [PATCH] added config for 2.0 version --- .../2.0/config/packages/bazinga_hateoas.yaml | 4 ++++ willdurand/hateoas-bundle/2.0/manifest.json | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 willdurand/hateoas-bundle/2.0/config/packages/bazinga_hateoas.yaml create mode 100644 willdurand/hateoas-bundle/2.0/manifest.json diff --git a/willdurand/hateoas-bundle/2.0/config/packages/bazinga_hateoas.yaml b/willdurand/hateoas-bundle/2.0/config/packages/bazinga_hateoas.yaml new file mode 100644 index 00000000..93a743d3 --- /dev/null +++ b/willdurand/hateoas-bundle/2.0/config/packages/bazinga_hateoas.yaml @@ -0,0 +1,4 @@ +# For full configuration see https://github.com/willdurand/BazingaHateoasBundle/blob/master/Resources/doc/index.md#reference-configuration +bazinga_hateoas: + twig_extension: + enabled: true diff --git a/willdurand/hateoas-bundle/2.0/manifest.json b/willdurand/hateoas-bundle/2.0/manifest.json new file mode 100644 index 00000000..68ecd6c1 --- /dev/null +++ b/willdurand/hateoas-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}