Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dee67c6

Browse files
authored
Merge pull request #904 from antograssiot/default-config
Add missing item in default configuration
2 parents dd15c2f + 72be1e8 commit dee67c6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎core/configuration.md‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /