-
-
Save thephucit/4e4e3118cc15d1e655b20a0c08cb60b4 to your computer and use it in GitHub Desktop.
Customize OctoberCMS sidebar navigation for your plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php namespace Author\PluginName; | |
use System\Classes\PluginBase; | |
use Backend\Facades\BackendMenu; | |
class Plugin extends PluginBase | |
{ | |
public function register() { | |
BackendMenu::registerContextSidenavPartial('Author.PluginName', | |
'sidebar-menu', | |
'$/author/plugin-name/partials/_sidebar.htm'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$this->formGetModel()->id