Skip to content

Volto addon for a customizable footer. Intended to be used with redturtle.voltoplugin.editablefooter

Notifications You must be signed in to change notification settings

RedTurtle/volto-editablefooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24825fa · Mar 5, 2024

History

61 Commits
Nov 24, 2023
Mar 5, 2024
Mar 5, 2024
Mar 5, 2024
Mar 5, 2024
Nov 25, 2020
Oct 25, 2021
Mar 5, 2024
Oct 30, 2022
Oct 30, 2022
Nov 26, 2020
Mar 5, 2024
Oct 30, 2022

Repository files navigation

volto-editablefooter

Volto addon for a customizable footer. Intended to be used with redturtle.voltoplugin.editablefooter

To be used with mrs-developer, see Volto docs for further usage informations.

Created with voltocli.

Usage

If you are using Volto < 16, then use v4.1.1

If you are using Volto < 12, then use v2.1.0

Simply load the addon in your project, then edit the configuration in /controlpanel/footer-settings. Example configuration to be saved in Plone here.

To use the default template for the editable footer, add src/addons/volto-editablefooter/src/customizations in your package.json in customizationPaths.

  "customizationPaths": [
    "src/customizations",
    "src/addons/volto-editablefooter/src/customizations"
  ]

Configuration

By default, column configuration doesn't show all available options. If not needed, you could add options in config:

config.settings["volto-editablefooter"] = {
  "options": { "socials": false, "newsletterSubscribe": false },
};

Upgrades

Upgrade to 4.x.x

If you are upgrading your addon to a 4.x.x version, add this addon configuration in your config:

config.settings["volto-editablefooter"] = {
  "options": { "socials": true, "newsletterSubscribe": true },
};

Translations

This product has been translated into:

  • Italian
  • English

Please, contribute to this project adding translations for your language.

About

Volto addon for a customizable footer. Intended to be used with redturtle.voltoplugin.editablefooter

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published