volto-secondarymenu
v4.1.1
Published
Volto addon for a customizable secondary menu
Downloads
654
Keywords
Readme
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,
});