394 B
394 B
layout, title, title_nav, description, keywords
| layout | title | title_nav | description | keywords |
|---|---|---|---|---|
| default | Example Plugin | Example | A template for your own custom plugins. | example template custom |
The Example plugin is some code that you can use as a template for your custom plugins.
Type: String
Example:
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "example"
});