# collective.volto.sections **Repository Path**: mirrors_collective/collective.volto.sections ## Basic Information - **Project Name**: collective.volto.sections - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-04 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # collective.volto.sections A Plone add-on for managing reusable Volto sections stored in the Plone registry. ## Features - Store section configurations in Plone registry - REST API endpoints for CRUD operations on sections - Frontend integration for loading saved sections - Support for section templates and variations ## Installation 1. Add `collective.volto.sections` to your `requirements.txt` or `setup.py` 2. Install with pip: `pip install collective.volto.sections` 3. Add it to your `INSTALLED_ADDONS` in `instance.yaml` 4. Restart Plone 5. Install the add-on through the Plone control panel ## Usage The add-on provides REST API endpoints at: - `GET /@sections` - List all sections - `POST /@sections` - Create a new section - `GET /@sections/{id}` - Get a specific section - `PUT /@sections/{id}` - Update a section - `DELETE /@sections/{id}` - Delete a section ## Configuration Section data is stored in the Plone registry under the key `collective.volto.sections.sections`.