collective / gatsby-source-plone

Source plugin for pulling data into Gatsby from Plone sites
MIT License
20 stars 9 forks source link

Support for tiles #111

Open datakurre opened 6 years ago

datakurre commented 6 years ago

Tiles is future Plone feature to allow content editors to build flexible content-area layouts in fly:

https://plonerestapi.readthedocs.io/en/latest/tiles.html

The current endpoint exposes the "layout" for tiles only as a flat list, that in the future it should include either grid as JSON structure or CSS grid configuration.

AFAIK data for that endpoint can currently only be created with the latest plone-react based Plone.

I opened an issue about getting us a plone-react Docker-image. This could be implemented once there is a Docker image with that feature available: https://github.com/plone/plone-react/issues/206 /cc @sneridagh @tisto

datakurre commented 6 years ago

@ajayns This can be only explored once we have a working Docker image with this feature.