Trying to load custom editor (tinymce) settings on the Field::editor() when used within a Metabox. "WordPress" settings seem to be used but when passing custom TinyMce settings to the tinymce property, nothing happen.
Steps to reproduce
Define an editor field within a metabox context like so:
Description
Trying to load custom editor (tinymce) settings on the
Field::editor()
when used within a Metabox. "WordPress" settings seem to be used but when passing custom TinyMce settings to thetinymce
property, nothing happen.Steps to reproduce
Define an editor field within a metabox context like so:
Expected behavior
A customized TinyMce editor field with pre-defined buttons.