Skip to main content

Add-on for Volto to manage four-columns footer

Project description

Add-on that allows to edit footer columns in Volto.

Features

  • Control panel for plone registry to manage columns configuration.

  • Restapi view that exposes these settings for Volto.

This addon only add a registry entry where store some configuration data. You need to provide the edit interface in your Volto theme.

Volto endpoint

Anonymous users can’t access registry resources by default with plone.restapi (there is a special permission).

To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with the infos to draw the menu: @footer-columns:

> curl -i http://localhost:8080/Plone/@footer-columns -H 'Accept: application/json'

The response is something similar to this:

[
    {
        'text': {'data': '<span>foo</span>'},
        'title': 'First column'
    },
    {
        'text': {'content-type': 'text/html', 'data': ''},
        'title': 'Second column'
    }
]

Control panel

You can edit settings directly from Volto because the control has been registered on Plone and available with plone.restapi.

Volto integration

To use this product in Volto, your Volto project needs to include a new plugin: volto-editablefooter.

Translations

This product has been translated into

  • Italian

Installation

Install redturtle.voltoplugin.editablefooter by adding it to your buildout:

[buildout]

...

eggs =
    redturtle.voltoplugin.editablefooter

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

Contributors

Changelog

2.0.0 (2026-01-23)

  • Update permission settings to allow site administrators to access the control panel

    [thesaintsimon]

1.3.4 (2024-12-12)

  • Fix it translations [lucabel]

1.3.3 (2024-04-24)

  • Fix serializer/deserializer for footerTop blocks: use blocks handlers to fix data. [cekk]

1.3.2 (2024-03-14)

  • Revert changes to 1.2.1 branch. We haven’t deleted 1.3.0 and 1.3.1 branches because there are some releases on pypi. [cekk]

1.3.1 (2024-03-14)

  • Handle missing record in restapi endpoint. [cekk]

1.3.0 (2024-03-07)

  • Add footer_top field in settings, to manage a new footer row before columns. [cekk]

1.2.1 (2024-01-17)

  • Handle /api (remove it) urls when absolut-ize urls. [cekk]

1.2.0 (2024-01-17)

  • absolut-ize urls [mamico]

1.1.2 (2023-03-17)

  • Fix requirements [foxtrot-dfm1]

1.1.1 (2021-10-27)

  • Fix python_requires. [nzambello]

1.1.0 (2021-10-11)

  • p.a.caching rules for rest api services. [cekk]

1.0.1 (2021-02-11)

  • Do not break endpoint if nothing set in registry. [cekk]

1.0.0 (2020-12-15)

  • Initial release. [cekk]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redturtle_voltoplugin_editablefooter-2.0.0.tar.gz (28.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file redturtle_voltoplugin_editablefooter-2.0.0.tar.gz.

File metadata

File hashes

Hashes for redturtle_voltoplugin_editablefooter-2.0.0.tar.gz
Algorithm Hash digest
SHA256 863a949e3947bd2b8e14a728611f47d74fefa811e7980e8e54f6580df4475490
MD5 b4fd28fc59ae16f0f76804eccfd5daa1
BLAKE2b-256 ebc6706df07a3bee82eac5a24b1091c0646e56eca07a4141c48358022b7a2189

See more details on using hashes here.

File details

Details for the file redturtle_voltoplugin_editablefooter-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for redturtle_voltoplugin_editablefooter-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cfb34bf558ae0d7e34601713aace6f3d50835c06db9f97fb0672fe9c3faa8060
MD5 35f60b49da2bb1910b8a74147349ba7b
BLAKE2b-256 e9292fbff4fb52d239d198b97a50cc729a273ed42910ef6cd5db5d90917a7515

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page