diff --git a/docs/pages/developing-extensions/Custom-controllers.md b/docs/pages/developing-extensions/Custom-controllers.md index c30f49e..75d6323 100644 --- a/docs/pages/developing-extensions/Custom-controllers.md +++ b/docs/pages/developing-extensions/Custom-controllers.md @@ -2,10 +2,12 @@

Write custom controllers instead of using the premade one



+Controllers allow for added functionality and flexibility to your extension's admin page. This can be useful when making configuration pages, calculating certain things beforehand, query APIs and much more. +
Previous Next