462 B
462 B
layout, title, title_nav, description, keywords
| layout | title | title_nav | description | keywords |
|---|---|---|---|---|
| default | Example_dependency Plugin | Example_dependency | How to build a plugin that depends on another plugin. | example template custom example_dependency |
The Example_dependency plugin is an example plugin with a dependency on another plugin.
Type: String
Example
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "example_dependency"
});