anomaly/wysiwyg-field-type

This package is abandoned and no longer maintained. The author suggests using the anomaly/wysiwyg-field_type package instead.

A WYSIWYG editor field type powered by RedactorJS.

Installs: 321

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 21

Language:JavaScript

Type:streams-addon


README

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