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.json
to build basic and api routes atbasic_routes_with_handler()
.