From b48eebdb514c15cc0fb7f002927dd75865dacb5b Mon Sep 17 00:00:00 2001 From: Denis Golubovskiy Date: Fri, 22 Sep 2017 15:07:39 +0300 Subject: [PATCH] :heavy_plus_sign: Add Bukashk0zzz FilterBundle --- .../2.0/config/packages/bukashk0zzz_filter.yaml | 3 +++ bukashk0zzz/filter-bundle/2.0/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 bukashk0zzz/filter-bundle/2.0/config/packages/bukashk0zzz_filter.yaml create mode 100644 bukashk0zzz/filter-bundle/2.0/manifest.json diff --git a/bukashk0zzz/filter-bundle/2.0/config/packages/bukashk0zzz_filter.yaml b/bukashk0zzz/filter-bundle/2.0/config/packages/bukashk0zzz_filter.yaml new file mode 100644 index 00000000..8e0e149f --- /dev/null +++ b/bukashk0zzz/filter-bundle/2.0/config/packages/bukashk0zzz_filter.yaml @@ -0,0 +1,3 @@ +bukashk0zzz_filter: + # Enable if you need auto filtering form data before constraint(Validation) check + auto_filter_forms: false diff --git a/bukashk0zzz/filter-bundle/2.0/manifest.json b/bukashk0zzz/filter-bundle/2.0/manifest.json new file mode 100644 index 00000000..d03d3270 --- /dev/null +++ b/bukashk0zzz/filter-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bukashk0zzz\\FilterBundle\\Bukashk0zzzFilterBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}