UI component for HTML
They are located in toolkit bundle, that can be included like so:
<use:bundle path="toolkit:bundle"/>
This is also automatically included when using
<use:bundle path="keeper:bundle"/>
See Usage Samples in demo repository
Declare TINY_MCE_KEY in .env file. Get free key here
After that include on page
<form:tinymce
name="date"
label="Custom Options"
value="">
<script role="sf-options" type="application/json">
{
"options": {
"menubar": false,
"height": 300
}
</script>
</form:tinymce>
script tag is optional, if specified, JSON inside will be used for TinyMCE options
| Parameter | Required | Default | Description |
|---|---|---|---|
| value | no | - | HTML to render |
| name | yes | - | Field name |
