Skip to content

collective/volto-secondarymenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

volto-secondarymenu

Volto addon for a customizable secondary menu

To be used with mrs-developer, see Volto docs for further usage informations.

Created with voltocli.

If you're using Volto < 12, then use v1.1.0

If you're using Volto < 16, then use v2.2.0

Usage

To customize the SecondaryMenuConfigurationForm component, you can now create your own component in your site and replace it using the Volto component registry in your site config file:

import MySecondaryMenuConfigurationForm from './src/MySecondaryMenuConfigurationForm';

config.registerComponent({
  name: 'SecondaryMenuConfigurationForm',
  component: MySecondaryMenuConfigurationForm,
});