Skip to content

Commit d05e638

Browse files
authored
fix(doc): Remove duplicate swagger_ui_extra_configuration (#2032)
1 parent d879647 commit d05e638

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/configuration.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,6 @@ api_platform:
195195
# URL to the license used for the API. MUST be in the format of a URL.
196196
url:
197197

198-
swagger_ui_extra_configuration:
199-
# 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).
200-
docExpansion: list
201-
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
202-
filter: false
203-
# You can use any other configuration parameters too.
204-
205198
http_cache:
206199
# To make all responses public by default.
207200
public: ~

0 commit comments

Comments
 (0)