You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,12 @@ public function getConfigTreeBuilder()
58
58
->end()
59
59
->end()
60
60
->end()
61
+
->arrayNode('routing')
62
+
->addDefaultsIfNotSet()
63
+
->children()
64
+
->scalarNode('resource_path_generator')->defaultValue('api_platform.routing.resource_path_generator.underscore')->info('Specify the strategy to use for generating resource paths.')->end()
65
+
->end()
66
+
->end()
61
67
->scalarNode('name_converter')->defaultNull()->info('Specify a name converter to use.')->end()
62
68
->booleanNode('enable_fos_user')->defaultValue(false)->info('Enable the FOSUserBundle integration.')->end()
63
69
->booleanNode('enable_nelmio_api_doc')->defaultTrue()->info('Enable the Nelmio Api doc integration.')->end()
0 commit comments