Allow rich text editing with the TinyMCE editor. Follows the common Pulsar form layout.
{{
tinymce.editor({
'label': 'My editor'
})
}}
Option | Type | Description |
---|---|---|
class | string | CSS classes, space separated |
id | string | A unique identifier, if required |
data-* | string | Data attributes, eg: 'data-foo': 'bar' |
composer install
npm install
docker-compose up