Skip to main content

Add-on for Volto to manage a list of social network links

Project description

https://travis-ci.com/collective/collective.volto.socialsettings.svg?branch=master

Add-on for manage a list of social network links on Volto

Features

  • Control panel for plone registry to manage social links settings.

  • Restapi view that exposes these settings for Volto

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 list of social links: @social-links:

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

And the result is something like this:

[
    {
        "title":"foo",
        "icon": "bar",
        "url": "http://foo.com"
    },
    ...
]

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: https://github.com/collective/volto-social-settings

Translations

This product has been translated into

  • Italian

Installation

Install collective.volto.socialsettings by adding it to your buildout:

[buildout]

...

eggs =
    collective.volto.socialsettings

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

0.1.1 (2020-11-30)

  • Changed field type in registry. [cekk]

0.1.0 (2020-06-09)

  • 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

collective.volto.socialsettings-0.1.1.tar.gz (21.8 kB view details)

Uploaded Source

File details

Details for the file collective.volto.socialsettings-0.1.1.tar.gz.

File metadata

  • Download URL: collective.volto.socialsettings-0.1.1.tar.gz
  • Upload date:
  • Size: 21.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for collective.volto.socialsettings-0.1.1.tar.gz
Algorithm Hash digest
SHA256 688bbbe113e86a9da8fc8e612d620e77e184f01a8c904eee399491a8effa2eb9
MD5 e184eb187f0ce31927788334363e873f
BLAKE2b-256 dc636e6c050a62aa5856b9b14afb1143d1467b50a8e69fc1882c2d5785bbb570

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