Skip to content

Commit 6f09119

Browse files
authored
docs: add missing "docs_formats" configuration for Symfony (#2226)
1 parent e39b731 commit 6f09119

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ api_platform:
265265
# The list of enabled patch formats. The first one will be the default.
266266
patch_formats: []
267267

268+
# The list of enabled docs formats. The first one will be the default.
269+
docs_formats:
270+
jsonld: ['application/ld+json']
271+
#jsonapi: ['application/vnd.api+json']
272+
jsonopenapi: ['application/vnd.openapi+json']
273+
html: ['text/html']
274+
268275
# The list of enabled error formats. The first one will be the default.
269276
error_formats:
270277
jsonproblem:

0 commit comments

Comments
 (0)