Volto addon for a customizable slimheader. Intended to be used with collective.volto.slimheader.
Install with mrs-developer (see Volto docs) or with:
yarn add volto-slimheader
Created with voltocli.
To customize the SlimHeaderConfigurationForm
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 MySlimHeaderConfigurationForm from './src/MySlimHeaderConfigurationForm';
config.registerComponent({
name: 'SlimHeaderConfigurationForm',
component: MySlimHeaderConfigurationForm,
});