3.1.0 • Published 1 month ago

volto-subfooter v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

volto-subfooter

Volto addon for a customizable subfooter. Intended to be used with collective.volto.subfooter.

Install with mrs-developer (see Volto docs) or with:

yarn add volto-subfooter

Created with voltocli.

If you are using Volto < 16, then use v1.1.0.

Usage

To customize the SubFooterConfigurationForm 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 MySubFooterConfigurationForm from "./src/MySubFooterConfigurationForm";

config.registerComponent({
  name: "SubFooterConfigurationForm",
  component: MySubFooterConfigurationForm,
});
3.1.0

1 month ago

3.0.0

1 year ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago