mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
1.7 KiB
1.7 KiB
Plugin Development
Note: The plugin API is considered alpha at the moment.
Plugins are useful to extend the core functionalities of Kanboard, adding features, creating themes or changing the default behavior.
Plugin creators should specify explicitly the compatible versions of Kanboard. Internal code of Kanboard may change over the time and your plugin must be tested with new versions.
- Creating your plugin
- Using plugin hooks
- Override default application behaviors
- Add schema migrations for plugins
- Add mail transports
- Add notification types
- Attach metadata to users, tasks and projects