mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-30 08:25:58 -05:00
feat(plugins): add rudimentary plugin system
This commit is contained in:
@@ -33,6 +33,7 @@ import (
|
||||
"code.vikunja.io/api/pkg/modules/auth/openid"
|
||||
"code.vikunja.io/api/pkg/modules/keyvalue"
|
||||
migrationHandler "code.vikunja.io/api/pkg/modules/migration/handler"
|
||||
"code.vikunja.io/api/pkg/plugins"
|
||||
"code.vikunja.io/api/pkg/red"
|
||||
"code.vikunja.io/api/pkg/user"
|
||||
)
|
||||
@@ -98,6 +99,9 @@ func FullInitWithoutAsync() {
|
||||
|
||||
// Load translations
|
||||
i18n.Init()
|
||||
|
||||
// Initialize plugins
|
||||
plugins.Initialize()
|
||||
}
|
||||
|
||||
// FullInit initializes all kinds of things in the right order
|
||||
|
||||
Reference in New Issue
Block a user