From f27d732dfc93d8e420a051485ffd6c7ed15a4680 Mon Sep 17 00:00:00 2001 From: Dawid Spiechowicz Date: Sat, 18 Nov 2017 11:32:30 +0100 Subject: [PATCH] remove commented out configuration --- .../packages/spiechu_symfony_commons.yaml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/spiechu/symfony-commons-bundle/0.1/config/packages/spiechu_symfony_commons.yaml b/spiechu/symfony-commons-bundle/0.1/config/packages/spiechu_symfony_commons.yaml index c8aabc5d..efd67ac7 100644 --- a/spiechu/symfony-commons-bundle/0.1/config/packages/spiechu_symfony_commons.yaml +++ b/spiechu/symfony-commons-bundle/0.1/config/packages/spiechu_symfony_commons.yaml @@ -1,24 +1,9 @@ spiechu_symfony_commons: + # bundle configuration available at + # https://github.com/spiechu/symfony-commons-bundle/blob/master/README.md get_method_override: enabled: false - #listener_service_id: spiechu_symfony_commons.event_listener.get_method_override_listener - #query_param_name: _method - #allow_methods_override: - # Defaults: - #- DELETE - #- POST - #- PUT response_schema_validation: enabled: false - #throw_exception_when_format_not_found: true - #failed_schema_check_listener_service_id: spiechu_symfony_commons.event_listener.failed_schema_check_listener - #disable_json_check_schema_subscriber: false - #disable_xml_check_schema_subscriber: false api_versioning: enabled: false - #versioned_view_listener: false - #features: - # Prototype - #name: # non empty string - # since: null # null or numeric for eg. 1.0 - # until: null # null or numeric for eg. 1.1