anomaly/wysiwyg-field_type

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

安装次数: 52,027

依赖项: 3

建议者: 0

安全性: 0

星级: 4

关注者: 4

分支: 22

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