Implement addons integration to basic route
Short list:
- Installed addons should be listed at
config.json; - Each addon should provide methods for basic and api routes, these methods should be listed at own
config.json; - Use addon settings at own
config.jsonto build basic and api routes atbasic_routes_with_handler().
Edited by Konstantin Narkhov