You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/configuration.md
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,13 @@ api_platform:
207
207
# Whether the API key should be a query parameter or a header.
208
208
# type: 'query' or 'header'
209
209
210
+
swagger_ui_extra_configuration:
211
+
# Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing).
212
+
docExpansion: list
213
+
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
214
+
filter: false
215
+
# You can use any other configuration parameters too.
216
+
210
217
openapi:
211
218
# The contact information for the exposed API.
212
219
contact:
@@ -223,8 +230,15 @@ api_platform:
223
230
# The license name used for the API.
224
231
name:
225
232
# URL to the license used for the API. MUST be in the format of a URL.
226
-
url:
227
-
233
+
url:
234
+
235
+
swagger_ui_extra_configuration:
236
+
# Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing).
237
+
docExpansion: list
238
+
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
239
+
filter: false
240
+
# You can use any other configuration parameters too.
0 commit comments