Skip to content

anomalylabs/wysiwyg-field_type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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