English developer guide - Hiranyaloka/Documentation GitHub Wiki
Plug-ins are small pieces of code that adds functionality to your own Movable Type. Learn how to develop customized core plug-ins for Movable Type.
- First step in developing plug-ins
- Extending the Registry using YAML
- Adding Configuration directives
- Plugin Localization
- Test Driven Development of Plugins
- Developing Global Modifier Plugin
- Developing Function Tags
- Developing Block-Tag Plugins
- Developing Conditional Tags Plugins
- Plugin Debugging
- Plugin Configuration
- Callbacks and Hooks
- Adding Scheduled Tasks
- MT Objects and Database
- Creating Your Own Objects
- Creating a new application
- Developing a transformer plug-in
- Modifying the management screen menu
- Add an action list
- Add and display a modal window
- Cooperation with external Web API
- Permissions and Roles