anomaly/wysiwyg-field-type

A WYSIWYG editor field type powered by RedactorJS.


Keywords
field type, streams field type, streams addon
License
MIT

Documentation

WYSIWYG Field Type

anomaly.field_type.wysiwyg

A WYSIWYG field type powered by RedactorJS.

The WYSIWYG field type provides a WYSIWYG editor powered by RedactorJS.

Configuration

"example" => [
    "type"   => "anomaly.field_type.wysiwyg",
    "config" => [
        "default_value" => null,
        "configuration" => "default",
        "line_breaks"   => false,
        "sync"          => true,
        "height"        => 500,
        "buttons"       => [],
        "plugins"       => [],
    ]
]