mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
remove commented out configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user