libra/libra-navigation

There is no license information available for the latest version (0.3.7) of this package.

Add navigation aware to Libra CMS

0.3.7 2014-04-22 12:12 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:20:29 UTC


README

Navigation

Add sitemap generating by module returned configs
This module allow web management of your navigation.

Use

Enable at application.config.php Add this lines:

    'module_listener_options' => array(
        'config_glob_paths'    => array(
            'config/autoload/{,*.}{global,local}.php',
            'config/constructed/admin-navigation.php',
            'config/constructed/navigation.php',
        ),

For changing configs like another container name copy libra-navigation.global.php to your autoloader default folder and do respective changes.