Legacy Documentation
You are using the documentation for version 4.3.8. Go here for the latest version.
Plugin Changes¶
Remove Plugin Info¶
The $plugin_info
array is no longer needed and will be ignored by 3.0. All
of this data should already be in your addon.setup.php file
and will be read from there.
Typography Flag¶
To make your plugin available as a typography plugin, you must add a plugin.typography
key to your addon.setup.php file array,
and assign it a value of TRUE
:
'plugin.typography' => TRUE
Install Plugin¶
All plugins must be installed via the Add-On Manager before they can be used. If your plugin is not working as expected, double check to make sure it is installed.