Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 521 Bytes

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"       => [],
    ]
]