* move sideMenuItem group, icon_bas64, icon_base64_minimized to attributes property & support them october >1.0.467

* EventEmmiter with AssetMaker for correctly add assets from Plugin
This commit is contained in:
2020-07-17 12:10:38 +03:00
parent 7e75bb2b59
commit 047fc8c93a
3 changed files with 22 additions and 19 deletions

View File

@ -7,6 +7,7 @@ use Cms\Classes\Controller as CmsController;
use Cms\Classes\Page as CmsPage;
use System\Classes\PluginBase;
use System\Traits\AssetMaker;
use System\Traits\EventEmitter;
/**
* Menu Plugin Information File
@ -16,6 +17,7 @@ class Plugin extends PluginBase
const ICON = 'icon-sliders';
use AssetMaker;
use EventEmitter;
/**
* @var CmsController