From 9c2ede7065172e778e642f5f76f54c1b77920ceb Mon Sep 17 00:00:00 2001 From: freezy Date: Sun, 7 Jun 2020 12:15:09 +0200 Subject: [PATCH] Added config for willdurand/hateoas-bundle --- .../1.4/config/packages/bazinga_hateoas.yaml | 4 ++++ willdurand/hateoas-bundle/1.4/manifest.json | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 willdurand/hateoas-bundle/1.4/config/packages/bazinga_hateoas.yaml create mode 100644 willdurand/hateoas-bundle/1.4/manifest.json diff --git a/willdurand/hateoas-bundle/1.4/config/packages/bazinga_hateoas.yaml b/willdurand/hateoas-bundle/1.4/config/packages/bazinga_hateoas.yaml new file mode 100644 index 00000000..93a743d3 --- /dev/null +++ b/willdurand/hateoas-bundle/1.4/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/1.4/manifest.json b/willdurand/hateoas-bundle/1.4/manifest.json new file mode 100644 index 00000000..68ecd6c1 --- /dev/null +++ b/willdurand/hateoas-bundle/1.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}