Skip to content

Commit

Permalink
Allow nested extra keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Baachi committed Mar 1, 2023
1 parent f11c6f4 commit fbd5959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/Definition/Builder/MenuNodeDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function menuNodeHierarchy(int $depth = 10): NodeParentInterface
->end()
->end()
->arrayNode('extras')
->prototype('scalar')
->prototype('variable')
->end()
->end()
->menuNode('children')->menuNodeHierarchy($depth - 1)
Expand Down

0 comments on commit fbd5959

Please sign in to comment.