Merge pull request #1249 from ryanwachtl/patch-1

Update rich-text-editing.md
This commit is contained in:
Ingo Schommer 2013-03-07 09:45:39 -08:00
commit 634ba76353

View File

@ -189,7 +189,7 @@ Example: Remove field for "image captions"
:::php
// File: mysite/_config.php
HtmlEditorField::add_extension('MyToolbarExtension');
HtmlEditorField_Toolbar::add_extension('MyToolbarExtension');
Adding functionality is a bit more advanced, you'll most likely
need to add some fields to the PHP forms, as well as write some