Headless Server Developer Manual / Version 2406.0
Table Of Contents
Personalization functionality of the Headless Server is available within the Blueprint module headless-server-p13n
.
It contains a GraphQL schema extension within the file p13n-schema.graphql
, Java code and
Spring configuration to implement this schema extension.
Note
The p13n
Blueprint Extension must be active as a prerequisite,
which is the default. If needed, the extension can be activated with the CoreMedia Extension Tool.
With the Personalization extension, contents of type CMSelectionRules can be retrieved with the headless-server. The rules of the CMSelectionRule content are not automatically evaluated. You have to implement your rules processing in the client.