{"id":21029901,"url":"https://github.com/kitconcept/volto-export","last_synced_at":"2026-04-27T19:32:33.788Z","repository":{"id":75201872,"uuid":"581259127","full_name":"kitconcept/volto-export","owner":"kitconcept","description":"Volto add-on for exporting content in the fashion of kitconcept.contentcreator","archived":false,"fork":false,"pushed_at":"2023-01-11T09:11:30.000Z","size":1076,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T11:31:38.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitconcept.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-12-22T17:36:22.000Z","updated_at":"2023-09-07T08:45:28.000Z","dependencies_parsed_at":"2023-06-05T17:45:26.648Z","dependency_job_id":null,"html_url":"https://github.com/kitconcept/volto-export","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kitconcept/volto-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fvolto-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fvolto-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fvolto-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fvolto-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitconcept","download_url":"https://codeload.github.com/kitconcept/volto-export/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fvolto-export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32352396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-19T12:14:56.100Z","updated_at":"2026-04-27T19:32:33.773Z","avatar_url":"https://github.com/kitconcept.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# volto-export (by kitconcept)\n\n[![NPM](https://img.shields.io/npm/v/@kitconcept/volto-export.svg)](https://www.npmjs.com/package/@kitconcept/volto-export)\n[![Build Status](https://github.com/kitconcept/volto-export/actions/workflows/code.yml/badge.svg)](https://github.com/kitconcept/volto-export/actions)\n[![Build Status](https://github.com/kitconcept/volto-export/actions/workflows/unit.yml/badge.svg)](https://github.com/kitconcept/volto-export/actions)\n\n![kitconcept GmbH](https://github.com/kitconcept/volto-blocks/raw/master/kitconcept.png)\n\nThis Volto add-on provides a route `/export` on any content object of your Plone 6 site that allows you to export the content in `plone.restapi`/`kitconcept.contentcreator` JSON format.\n\nYou can use this exports to feed back Plone using `kitconcept.contentcreator` (https://github.com/kitconcept/kitconcept.contentcreator) for maximum functionality or bare `plone.restapi`.\n\n## Installation\n\nCreate a new Volto project (you can skip this step if you already have one):\n\n```\nnpm install -g yo @plone/generator-volto\nyo @plone/volto my-volto-project --addon @kitconcept/volto-export\ncd my-volto-project\n```\n\nAdd `@kitconcept/volto-export`to your `package.json`:\n\n```\n\"addons\": [\n    \"@kitconcept/volto-export\"\n],\n\n\"dependencies\": {\n    \"@kitconcept/volto-export\": \"*\"\n}\n```\n\nDownload and install the new add-on by running:\n\n```\nyarn\n```\n\nStart Volto with:\n\n```\nyarn start\n```\n\nGo to http://localhost:3000, login. The new route should be available under any content URL.\n\n## Usage\n\nInstall the add-on in your project, then once you have your site up and running, on any content, append `/export` to get the exported data.\n\n```\nhttps://plone.org/foundation/export\n```\n\nYou will get a JSON file like:\n\n```json\n{\n  \"@type\": \"Document\",\n  \"id\": \"teaser\",\n  \"title\": \"Block: Grid-Block mit Teasern\",\n  \"description\": \"Der Grid-Block erlaubt das Hinzufügen mehrspaltiger Blöcke. Ein Grid-Block kann zwischen ein und vier Spalten mit unterschiedlichen Blöcken enthalten. Text, Teaser, Bilder und Videos können in einem Grid-Block hinzugefügt werden.\",\n  \"review_state\": \"published\",\n  \"blocks\": {\n    \"d3f1c443-583f-4e8e-a682-3bf25752a300\": {\n      \"@type\": \"title\"\n    },\n    \"efd53af2-5cd1-43a6-893f-444272824a8c\": {\n      \"@type\": \"__grid\",\n      \"columns\": [\n        ...\n```\n\n# License\n\nThe project is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fvolto-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitconcept%2Fvolto-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fvolto-export/lists"}