Integrates a CRUD/Administration-GUI of MMCmfContentNode into the MMAdminBundle.
...
public function registerBundles()
{
....
$bundles = array(
...
new MandarinMedien\MMCmf\Admin\PageAddonBundle\MMCmfAdminContentNodeAddonBundle(),
...
);
....
}
...
...
mm_cmf_content_node_addon:
resource: "@MMCmfAdminContentNodeAddonBundle/Resources/config/routing.yml"
prefix: /contentnode
...