Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 797 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 797 Bytes

volto-slimheader

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.

Usage

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,
});