From 8789ae53a470e50d907fa7018a22e70999caba84 Mon Sep 17 00:00:00 2001 From: Daniel Toader Date: Sat, 17 Dec 2022 18:42:17 +0200 Subject: [PATCH] Add new recipe for Annotation Cache Bundle 6.* (#1415) --- .../6.0/config/packages/emag_annotation_cache.yaml | 7 +++++++ emag-tech-labs/annotation-cache-bundle/6.0/manifest.json | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.yaml create mode 100644 emag-tech-labs/annotation-cache-bundle/6.0/manifest.json diff --git a/emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.yaml b/emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.yaml new file mode 100644 index 00000000..782e1a26 --- /dev/null +++ b/emag-tech-labs/annotation-cache-bundle/6.0/config/packages/emag_annotation_cache.yaml @@ -0,0 +1,7 @@ +annotation_cache: + provider: cache.app + ignore_namespaces: + - 'App\Entity' + ignore_names: + - legacy + - required diff --git a/emag-tech-labs/annotation-cache-bundle/6.0/manifest.json b/emag-tech-labs/annotation-cache-bundle/6.0/manifest.json new file mode 100644 index 00000000..d5ffbdb1 --- /dev/null +++ b/emag-tech-labs/annotation-cache-bundle/6.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "EmagTechLabs\\AnnotationCacheBundle\\AnnotationCacheBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}