@@ -70,7 +70,10 @@ api_platform:
7070
7171 # Enable the docs.
7272 enable_docs : true
73- 73+ 74+ # Enable the data collector and the WebProfilerBundle integration.
75+ enable_profiler : true
76+ 7477 oauth :
7578 # To enable or disable oauth.
7679 enabled : false
@@ -119,6 +122,9 @@ api_platform:
119122 mapping : []
120123
121124 swagger :
125+ # The active versions of OpenAPI to be exported or used in the swagger_ui. The first value is the default.
126+ versions : [2, 3]
127+ 122128 # The swagger api keys.
123129 api_keys : []
124130
@@ -159,10 +165,10 @@ api_platform:
159165
160166 # To allow partial pagination for all resource collections.
161167 # This improves performances by skipping the `COUNT` query.
162- partial : true
168+ partial : false
163169
164170 # To allow the client to enable or disable the partial pagination.
165- client_partial : true
171+ client_partial : false
166172
167173 # The name of the query parameter to enable or disable the partial pagination.
168174 partial_parameter_name : ' partial' # Default value
0 commit comments