mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 07:36:15 +02:00
Add onAdminThemeInitialized event into admin Themes::init()
This commit is contained in:
@@ -14,5 +14,7 @@ class Themes extends \Grav\Common\Themes
|
||||
/** @var Themes $themes */
|
||||
$themes = $this->grav['themes'];
|
||||
$themes->configure();
|
||||
|
||||
$this->grav->fireEvent('onAdminThemeInitialized');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user