Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:
Pimcore Headless Documents
This extension adds a new document type "Headless Document" for managing website data in a headless manner. It means, you don't have to work with view template files for managing unstructured data of a website.
Features in a nutshell
- Headless document is rendered only in Admin UI, based on the template configuration provided in the document settings.
- Template configuration can be yaml file, stored in default location
var/config/headless-templates
or in settings store database layer. - Possibility to use Pimcore inbuilt & custom editables on headless documents.
- Headless Document bricks can be defined, similar to core bricks, based on the configuration which can be yaml file, stored in default location
var/config/headless-bricks
or in settings store database layer. - Headless Document data can be exported with Pimcore Data Hub Bundle.