Skip to content

Commit

Permalink
Merge pull request #214 from nicolasmure/cke-integration-doc
Browse files Browse the repository at this point in the history
CKEditor integration doc homeFolder precision
  • Loading branch information
helios-ag committed Jan 15, 2016
2 parents 9915e8d + 8d134ad commit 26db2ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/doc/ckeditor-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ $form = $this->createFormBuilder()
->add('content', 'ckeditor', array(
'config' => array(
'filebrowserBrowseRoute' => 'elfinder',
'filebrowserBrowseRouteParameters' => array('instance' => 'default')
'filebrowserBrowseRouteParameters' => array(
'instance' => 'default',
'homeFolder' => ''
)
),
),
))
Expand Down

0 comments on commit 26db2ce

Please sign in to comment.