Custom Service 

Backend 

Create your new service (for example with the name mycoolservice) as a new service record in the backend:

Custom Klaro service record in the TYPO3 backend

XLIFF 

In your custom XLIFF file, create new labels for your custom key:

<trans-unit id="services.mycoolservice.title">
    <source>My Cool Service</source>
</trans-unit>
<trans-unit id="services.mycoolservice.description">
    <source>This is the description of the new service.</source>
</trans-unit>
Copied!

Frontend 

If the service was referenced in the Klaro configuration, it also appears in the Consent Management modal in the frontend.

Custom service displayed in the Klaro consent modal