cs_flickrgallery#
Welcome to the documentation for cs_flickrgallery!
cs_flickrgallery is a Plone 6 add-on designed to integrate Flickr galleries into a Plone CMS site. It allows content editors to synchronize photos from Flickr sets or collections directly into Plone content objects.
This architecture prevents making slow API calls on every page load, avoids Flickr API rate limits, and cleanly decouples the presentation layer from the data fetching logic.
Key Features#
Classic UI Ready: Provides an administrative viewlet to trigger synchronization and a default
flickr_gallery_viewto display the photos.Volto / Headless Compatible: Exposes a standard Plone REST API endpoint (
@update-flickr-photos) to trigger synchronization, and saves the image data in a read-only JSON field (flickr_images) that frontend developers can consume to build custom React components.Granular Control: Configure global Flickr API keys in the Plone Control Panel, or override them on a per-item basis.
Structure#
This documentation is structured following the Diátaxis framework: