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