I would like to create an oembed field on a dataobject. I essentially would like a HTMLEditorField with no functionality other than the media insertion button.
I found the following in the Rich Text Editing docs, but am not sure where to take it from there ( or even if this is the right way to approach the issue ): HtmlEditorConfig::get('cms')->removeButtons('tablecontrols', 'blockquote', 'hr');
Can anyone point me in the right direction on this? Thanks.