streams-addon wysiwyg-field-type
A WYSIWYG wysiwyg field type powered by CKEditor.
anomaly/wysiwyg-field-type
A WYSIWYG wysiwyg field type powered by CKEditor.
- Saturday, April 25, 2015
- by anomaly
- Repository
- 0 Watchers
- 0 Stars
- 312 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
WYSIWYG Field Type
anomaly.field_type.wysiwyg, (*1)
A WYSIWYG field type powered by RedactorJS.
The WYSIWYG field type provides a WYSIWYG editor powered by RedactorJS., (*2)
Configuration
"example" => [
"type" => "anomaly.field_type.wysiwyg",
"config" => [
"default_value" => null,
"configuration" => "default",
"line_breaks" => false,
"sync" => true,
"height" => 500,
"buttons" => [],
"plugins" => [],
]
]