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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,13 @@ api_platform:
192
192
# Whether the api key should be a query parameter or a header.
193
193
# type: 'query' or 'header'
194
194
195
+
# Display resources config
196
+
display:
197
+
# 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).
198
+
doc_expansion: list
199
+
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
0 commit comments