Menu Configuration
The easiest way to configure the menu for our module is to create all the items necessary using the admin interface and export that tree.
- Log in to the admin interface (usually /magnoliaAuthor) as superuser (or other configured user) and go to the Configuration->Menu menu.
- Use the menu for the dms or config as a model and create the various menu items for our module menu.
- Create corresponding /modules/books/tree, /modules/books/pages etc nodes (accessible off the parent Configuration menu) and populate using other nodes as sample.
- After creating all the nodes with appropriate properties, export the root /modules/books node and include that in the config/resources/mgnl-bootstrap/books directory. This will ensure that the configuration we created is added to the system when our module is bootstrapped for the first time.