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.
Example
EXT:sitepackage/Resources/Private/
The directories /Layouts/, /Partials/, and /Templates/ are expected
under the path specified here. Fluid-enriched labels are expected in the
/Templates/ directory. See Fluid enriched labels for
details.
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.