Skip to content

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.3%
  • CSS 27.7%
  • PHP 12.8%
  • HTML 2.2%