Remove the default colophon slot

Remove the default colophon slot#

Volto Light Theme offers a colophon feature for your site.

To remove the colophon from your site, you can use the unRegisterSlotComponent method in your add-on's configuration file.

config.unRegisterSlotComponent('postFooter', 'Colophon', 0);

Override Colophon slot#

You can override the slot using component shadowing. To do this, create the shadow file in the customizations folder of your add-on at the path src/customizations/@kitconcept/volto-light-theme/components/Footer/slots/Colophon.tsx.