We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bea73 commit e8f82c3Copy full SHA for e8f82c3
DependencyInjection/Configuration.php
@@ -91,7 +91,7 @@ public function getConfigTreeBuilder()
91
->arrayNode('publish_time')
92
->addDefaultsIfNotSet()
93
->children()
94
- ->scalarNode('form_group')->defaultValue('form.group_general')->end()
+ ->scalarNode('form_group')->defaultValue('form.group_publish_workflow')->end()
95
->end()
96
97
->arrayNode('translatable')
0 commit comments