The content to display and edit.
Optional
options: {Optional
button?: booleanInclude a button used to activate the editor later?
Optional
class?: stringA specific CSS class to add to the editor container
Optional
collaborate?: booleanWhether to turn on collaborative editing features for ProseMirror.
Optional
editable?: booleanIs the text editor area currently editable?
Optional
engine?: stringThe editor engine to use, see
foundry.applications.ux.TextEditor.create. Default: "tinymce"
.
Optional
target?: stringThe named target data element
Construct an editor element for rich text editing with TinyMCE or ProseMirror.