String Quill

Renders a WYSIWYG editor using Quill.js.

Activation Conditions

  • "type": "string"
  • "x-format": "quill"
  • Quill.js must be available (window.Quill)
  • Plugin: Quill.js on GitHub

Plugin Options

Options can be passed to the plugin via "x-quill" keyword

Example

{
  "title": "Quill",
  "type": "string",
  "description": "Quill is a modern WYSIWYG editor built for compatibility and extensibility.",
  "default": "Quill default",
  "minLength": 3,
  "x-format": "quill",
  "x-quill": {
    "theme": "snow"
  }
}