@@ -84,12 +84,12 @@ |
||
84 | 84 | ); |
85 | 85 | $config->variableNode('options')->defaultValue([])->info('Form options'); |
86 | 86 | $config->variableNode('argument') |
87 | - ->defaultValue('input') |
|
88 | - ->info('Name of the argument to use as input'); |
|
87 | + ->defaultValue('input') |
|
88 | + ->info('Name of the argument to use as input'); |
|
89 | 89 | |
90 | 90 | $config->booleanNode('client_mutation_id') |
91 | - ->defaultTrue() |
|
92 | - ->info('Automatically add a field called clientMutationId'); |
|
91 | + ->defaultTrue() |
|
92 | + ->info('Automatically add a field called clientMutationId'); |
|
93 | 93 | } |
94 | 94 | |
95 | 95 | /** |