Skip to content

Commit 5dd857b

Browse files
committed
fix #2221
1 parent 8aaa843 commit 5dd857b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/configuration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@ api_platform:
298298
description: ~
299299
iri: ~
300300
short_name: ~
301-
item_operations: ~
302-
collection_operations: ~
301+
operations: ~
303302

304303
graphql: ~
305304

@@ -725,8 +724,7 @@ return [
725724
'description' => null,
726725
'iri' => null,
727726
'short_name' => null,
728-
'item_operations' => null,
729-
'collection_operations' => null,
727+
'operations' => null,
730728

731729
'graphql' => null,
732730

0 commit comments

Comments
 (0)