anomaly/wysiwyg-field-type

此包已被废弃,不再维护。作者建议使用anomaly/wysiwyg-field_type包。

由RedactorJS驱动的WYSIWYG编辑器字段类型。

安装: 321

依赖: 0

建议者: 0

安全: 0

星星: 4

关注者: 4

分支: 21

语言:JavaScript

类型:streams-addon


README

anomaly.field_type.wysiwyg

由RedactorJS驱动的WYSIWYG字段类型。

WYSIWYG字段类型提供了一个由RedactorJS驱动的WYSIWYG编辑器。

配置

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