String Jodit
Renders a WYSIWYG editor using Jodit.js.
Activation Conditions
"type": "string""x-format": "jodit"- Jodit.js must be available (
window.Jodit) - Plugin: Jodit.js on GitHub
Plugin Options
Options can be passed to the plugin via "x-jodit" keyword
Example
{
"title": "Jodit",
"type": "string",
"description": "Jodit - Best WYSIWYG Editor for You.",
"default": "Jodit default",
"minLength": 20,
"x-format": "jodit",
"x-jodit": {}
}