Skip to content

collective/collective.volto.sections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages