Pimcore Headless Documents
Headless Documents exposes Pimcore Documents as structured, headless content for frontend applications. It adds a new document type, Headless Document, based on the standard Pimcore document but rendered through a single built-in template instead of a custom Twig template per document. Editors define the content structure, the editables and their layout, through a template configuration in Pimcore Studio, so no template code is needed to add a new document type.
Features in a Nutshell
- Headless document type: a document type whose structure comes from a template configuration, not from custom Twig code.
- Template configuration: define the structure of headless content in Pimcore Studio, using Pimcore's built-in editables and, optionally, custom ones.
- Headless bricks: reusable sets of editables, added to a document through an Areablock, without writing a brick class.
- Datahub integration: deliver Headless Document data, editables, properties and all, to external systems through Datahub's REST search endpoint or GraphQL API.