{"id":25176252,"url":"https://github.com/redturtle/redturtle.voltoplugin.editablefooter","last_synced_at":"2025-06-19T14:38:21.209Z","repository":{"id":142748352,"uuid":"302300808","full_name":"RedTurtle/redturtle.voltoplugin.editablefooter","owner":"RedTurtle","description":"Add-on for Volto to manage four-columns footer","archived":false,"fork":false,"pushed_at":"2024-12-12T14:22:46.000Z","size":112,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-06T23:24:14.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedTurtle.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.GPL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-08T10:07:04.000Z","updated_at":"2024-12-12T14:22:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"d970574a-ce23-42e8-b4cd-6d9777b1f32a","html_url":"https://github.com/RedTurtle/redturtle.voltoplugin.editablefooter","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/RedTurtle/redturtle.voltoplugin.editablefooter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.voltoplugin.editablefooter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.voltoplugin.editablefooter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.voltoplugin.editablefooter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.voltoplugin.editablefooter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedTurtle","download_url":"https://codeload.github.com/RedTurtle/redturtle.voltoplugin.editablefooter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.voltoplugin.editablefooter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260769744,"owners_count":23060168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-09T13:16:44.996Z","updated_at":"2025-06-19T14:38:16.191Z","avatar_url":"https://github.com/RedTurtle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n=====================\nVolto Editable Footer\n=====================\n\nAdd-on that allows to edit footer columns in Volto.\n\nFeatures\n--------\n\n- Control panel for plone registry to manage columns configuration.\n- Restapi view that exposes these settings for Volto.\n\nThis addon only add a registry entry where store some configuration data. You need to provide\nthe edit interface in your Volto theme.\n\nVolto endpoint\n--------------\n\nAnonymous users can't access registry resources by default with plone.restapi (there is a special permission).\n\nTo avoid enabling registry access to everyone, this package exposes a dedicated restapi route with the infos to draw the menu: *@footer-columns*::\n\n    \u003e curl -i http://localhost:8080/Plone/@footer-columns -H 'Accept: application/json'\n\n\nThe response is something similar to this::\n\n    [\n        {\n            'text': {'data': '\u003cspan\u003efoo\u003c/span\u003e'},\n            'title': 'First column'\n        },\n        {\n            'text': {'content-type': 'text/html', 'data': ''},\n            'title': 'Second column'\n        }\n    ]\n\n\nControl panel\n-------------\n\nYou can edit settings directly from Volto because the control has been registered on Plone and available with plone.restapi.\n\n\nVolto integration\n-----------------\n\nTo use this product in Volto, your Volto project needs to include a new plugin: volto-editablefooter_.\n\n.. _volto-editablefooter: https://github.com/RedTurtle/volto-editablefooter\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Italian\n\n\nInstallation\n------------\n\nInstall redturtle.voltoplugin.editablefooter by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        redturtle.voltoplugin.editablefooter\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/RedTurtle/redturtle.voltoplugin.editablefooter/issues\n- Source Code: https://github.com/RedTurtle/redturtle.voltoplugin.editablefooter\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\nAuthors\n-------\n\nThis product was developed by **RedTurtle Technology** team.\n\n.. image:: https://avatars1.githubusercontent.com/u/1087171?s=100\u0026v=4\n   :alt: RedTurtle Technology Site\n   :target: http://www.redturtle.it/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fredturtle.voltoplugin.editablefooter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredturtle%2Fredturtle.voltoplugin.editablefooter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fredturtle.voltoplugin.editablefooter/lists"}