https://github.com/patternslib/pat-tinymce
TinyMCE pattern
https://github.com/patternslib/pat-tinymce
hacktoberfest javascript patternslib texteditor ui-components
Last synced: about 1 year ago
JSON representation
TinyMCE pattern
- Host: GitHub
- URL: https://github.com/patternslib/pat-tinymce
- Owner: Patternslib
- Created: 2021-02-06T12:36:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T08:53:45.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T08:48:55.784Z (over 1 year ago)
- Topics: hacktoberfest, javascript, patternslib, texteditor, ui-components
- Language: JavaScript
- Homepage:
- Size: 446 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# pat-tinymce
## Documentation
TinyMCE text editor pattern.
### Options reference
| 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. |
## Examples
### TinyMCE in iframe mode
this is a non-inline / iframe instance of tinymce.
```html
this is a non-inline / iframe instance of tinymce.
```
### TinyMCE in inline mode
this is a non-inline / iframe instance of tinymce.
```html
this is a non-inline / iframe instance of tinymce.
```