Skip to content

Commit 55a1de9

Browse files
authored
Merge pull request #723 from Steveb-p/patch-1
Add missing allow_plain_identifiers option to conf reference
2 parents b2da160 + fb05641 commit 55a1de9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ api_platform:
2424
# Specify a path name generator to use.
2525
path_segment_name_generator: 'api_platform.path_segment_name_generator.underscore'
2626

27+
# Allow using plain IDs for JSON format
28+
allow_plain_identifiers: false
29+
2730
eager_loading:
2831
# To enable or disable eager loading.
2932
enabled: true

0 commit comments

Comments
 (0)