File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
api-platform/core/3.2/config/packages Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,16 @@ api_platform:
2
2
title : Hello API Platform
3
3
version : 1.0.0
4
4
formats :
5
- jsonld :
6
- - application/ld+json
5
+ jsonld : ['application/ld+json']
7
6
doc_formats :
8
- jsonopenapi :
9
- - application/vnd.openapi+json
10
- jsonld :
11
- - application/ld+json
12
- html :
13
- - text/html
7
+ jsonld : ['application/ld+json']
8
+ html : ['text/html']
14
9
event_listeners_backward_compatibility_layer : false
15
10
keep_legacy_inflector : false
16
11
defaults :
17
12
stateless : true
18
13
cache_headers :
19
- vary :
20
- - Content-Type
21
- - Authorization
22
- - Origin
14
+ vary : ['Content-Type', 'Authorization', 'Origin']
23
15
extra_properties :
24
16
standard_put : true
25
17
rfc_7807_compliant_errors : true
26
-
You can’t perform that action at this time.
0 commit comments