From fa8852dc428fc6fa699b201715b064142209e7f8 Mon Sep 17 00:00:00 2001 From: Daniel Toader Date: Thu, 25 Feb 2021 23:08:35 +0200 Subject: [PATCH] Add recipe for Annotation Cache Bundle --- .../5.0/config/packages/emag_annotation_cache.yaml | 4 ++++ emag-tech-labs/annotation-cache-bundle/5.0/manifest.json | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.yaml create mode 100644 emag-tech-labs/annotation-cache-bundle/5.0/manifest.json diff --git a/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.yaml b/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.yaml new file mode 100644 index 00000000..acb4ea5d --- /dev/null +++ b/emag-tech-labs/annotation-cache-bundle/5.0/config/packages/emag_annotation_cache.yaml @@ -0,0 +1,4 @@ +annotation_cache: + provider: cache.app + ignore_namespaces: + - 'App\Entity' diff --git a/emag-tech-labs/annotation-cache-bundle/5.0/manifest.json b/emag-tech-labs/annotation-cache-bundle/5.0/manifest.json new file mode 100644 index 00000000..d5ffbdb1 --- /dev/null +++ b/emag-tech-labs/annotation-cache-bundle/5.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}