mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Moved LeftAndMain->EditorToolbar() to CMSMain, as its only relevant here
This commit is contained in:
parent
919c85d413
commit
5da903e85f
@ -784,6 +784,13 @@ JS;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the CMS's HTML-editor toolbar
|
||||
*/
|
||||
public function EditorToolbar() {
|
||||
return Object::create('HtmlEditorField_Toolbar', $this, "EditorToolbar");
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Array
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user