Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Fix default CKEditor config name
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jan 24, 2016
1 parent dc2cad3 commit 431b035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getConfigTreeBuilder()
->values(array(true, false, 'auto'))
->defaultValue('auto')
->end()
->scalarNode('config_name')->defaultValue('cmf_simple_cms')->end()
->scalarNode('config_name')->defaultValue('cmf_content')->end()
->end()
->end()
->end()
Expand Down

0 comments on commit 431b035

Please sign in to comment.