Skip to content

Commit

Permalink
Merge branch 'master' of github.com-genemu:/genemu/GenemuFormBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
genemu committed Dec 14, 2014
2 parents 7161421 + a824ac7 commit a3f4b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -191,7 +191,7 @@ private function addTinymce(ArrayNodeDefinition $rootNode)
->treatTrueLike(array('enabled' => true))
->children()
->booleanNode('enabled')->defaultTrue()->end()
->scalarNode('theme')->defaultValue('advanced')->end()
->scalarNode('theme')->defaultValue('modern')->end()
->scalarNode('script_url')->end()
->variableNode('configs')->defaultValue(array())->end()
->end()
Expand Down

0 comments on commit a3f4b91

Please sign in to comment.