A pattern for tinymce
TinyMCE text editor pattern.
| Property | Default Value | Values | Type | Description |
| -------------- | ------------- | ----------- | ------- | ------------------------------------------------------------------- |
| inline | false | true, false | Boolean | Initializes TinyMCE in iframe mode (default) or inline mode (true). |
| content-css | false | URL | String | URL to the css used for the content in TinyMCE. Ignored in inline mode. If not given, uses a default from a cloudflare CDN. |
| plugins | [] | | Array | List of plugins to load. |
``html`
`html``