Preparations for customisation 

Two references to your own sitepackage files can be stored in the Klaro configuration record in the backend. These are described below.

Reference to your own Fluid files 

A reference to the Fluid root directory can be configured via the Fluid Template Root Path field of the Klaro configuration.

Fluid Template Root Path field in the Klaro configuration content tab

Example

EXT:sitepackage/Resources/Private/
Copied!

The directories /Layouts/, /Partials/, and /Templates/ are expected under the path specified here. Fluid-enriched labels are expected in the /Templates/Labels/ directory. See Fluid enriched labels for details.

  • EXT:sitepackage

    • Resources

      • Private

        • Layouts
        • Partials
        • Templates

          • Labels

Reference to your own XLIFF file 

A reference to a Locallang file can be created via the Locallang Path field of the Klaro configuration.

This overwrites the default labels of the extension. Labels can also be added to this file that are required for individually defined purposes or services, for example. See Custom Purpose, Custom Service, and Missing Translation for common use cases.

Locallang Path field in the Klaro configuration content tab