Skip to content

Commit fb05641

Browse files
authored
Add missing allow_plain_identifiers option
Adds `allow_plain_identifiers` option to configuration reference.
1 parent b2da160 commit fb05641

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)