Skip to content

Commit

Permalink
fix(doc): Remove duplicate swagger_ui_extra_configuration (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyeom authored Oct 11, 2024
1 parent d879647 commit d05e638
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,6 @@ api_platform:
# URL to the license used for the API. MUST be in the format of a URL.
url:

swagger_ui_extra_configuration:
# 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).
docExpansion: list
# If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
filter: false
# You can use any other configuration parameters too.

http_cache:
# To make all responses public by default.
public: ~
Expand Down

0 comments on commit d05e638

Please sign in to comment.