mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1249 from ryanwachtl/patch-1
Update rich-text-editing.md
This commit is contained in:
commit
634ba76353
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user