Custom Service

Backend

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

XLIFF

In you custom XLIFF file now you have to create new labels for your custom key:

<trans-unit id="services.mycoolservice.title" resname="services.mycoolservice.title">
    <source>My Cool Service</source>
</trans-unit>
<trans-unit id="services.mycoolservice.description" resname="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.