This addon is meant to be installed into a customAdmonBundle which is based on MMAdminBundle. It integrates the MMCmfContentBundle/Page-Entity into the admin backend.
...
public function registerBundles()
{
....
$bundles = array(
...
new MandarinMedien\MMCmf\Admin\PageAddonBundle\MMCmfAdminPageAddonBundle(),
...
);
....
}
...
...
mm_cmf_page_addon:
resource: "@MMCmfAdminPageAddonBundle/Resources/config/routing.yml"
prefix: /page
...
...
- { resource: "@MMCmfAdminPageAddonBundle/Resources/config/config.yml" }
...