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

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

File details

Details for the file redturtle.voltoplugin.editablefooter-1.1.2.tar.gz.

File metadata

  • Download URL: redturtle.voltoplugin.editablefooter-1.1.2.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/2.7.18

File hashes

Hashes for redturtle.voltoplugin.editablefooter-1.1.2.tar.gz
Algorithm Hash digest
SHA256 8b8b0a26f10e5cea1bdaa7a6a2b37a7f9e4250a20f7f371737459fa2c94c45d1
MD5 e36cbbdf06eefb68cdba82037ed069d8
BLAKE2b-256 d04f2dbbbe48647a0740714fcadf1997f8246901126d33ab092d893f5f336eb4

See more details on using hashes here.

Supported by

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