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.
Package info
github.com/anomalylabs/wysiwyg-field_type
Language:JavaScript
Type:streams-addon
pkg:composer/anomaly/wysiwyg-field-type
v3.2.0
2025-12-03 22:36 UTC
Requires
- anomaly/streams-platform: ^1.10
This package is auto-updated.
Last update: 2025-12-03 22:36:32 UTC
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" => [],
]
]