Skip to content

Mandarin-Medien/MMCmfAdminContentNodeAddonBundle

Repository files navigation

MMCmfAdminContentNodeAddonBundle

Integrates a CRUD/Administration-GUI of MMCmfContentNode into the MMAdminBundle.

Append to app/AppKernel.php

...
    public function registerBundles()
    {
        ....
        $bundles = array(
            ...
           new MandarinMedien\MMCmf\Admin\PageAddonBundle\MMCmfAdminContentNodeAddonBundle(),
           ...
        );
        ....
    }
...

Append to src/MY_CUSTOM_ADMIN_BUNDLE/config/routing.yml

...

mm_cmf_content_node_addon:
    resource: "@MMCmfAdminContentNodeAddonBundle/Resources/config/routing.yml"
    prefix:   /contentnode

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published