Gives a list of all sub pages of the current page, to the specified depth.
Most useful in areas that use page:true which you have assigned subpages to as you can add this plugin to one of the pages and it will appear and adjust itself for all the pages seperatly.
git clone git://github.com/etherkye/dmWidgetNavigationSubMenuPlugin.git plugins/dmWidgetNavigationSubMenuPlugin
class ProjectConfiguration extends dmProjectConfiguration { public function setup() { parent::setup(); $this->enablePlugins(array( // your enabled plugins 'dmWidgetNavigationSubMenuPlugin' ));
php symfony dm:setup
Install, find under navigation in the menu, set depth to a number for that many levels deep.
Minor bug if the page is made with page:true, you need to set the depth to be one level higher then you want.
dmWidgetNavigationSubMenuPlugin, created on December 20, 2010 by etherkye, used by 76 projects