Skip to content

Commit 9cabe1a

Browse files
Denis Chernosovalanpoulain
authored andcommitted
add new swagger-ui display config options
1 parent 9a85ce1 commit 9cabe1a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

core/configuration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,14 @@ api_platform:
224224
name:
225225
# URL to the license used for the API. MUST be in the format of a URL.
226226
url:
227-
227+
228+
# Display resources config
229+
display:
230+
# 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).
231+
doc_expansion: list
232+
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
233+
filter: false
234+
228235
http_cache:
229236
# To make all responses public by default.
230237
public: ~

0 commit comments

Comments
 (0)