Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Extensions

Summary

Sets from which extensions the additional transformation files should be used.

Usage

 

Extensions[]=<name extension>

Description

This setting defines extensions that contain transformation files, hence enabling you to set additional rules of character transformation and define them to the corresponding groups by using extensions. Transformation files located in extensions can also be used to override transformation rules that are used by default. If any extensions are specified for the current group, the system will search for the transformation files in the "transformation" directory of the extension.

Note, that if the rules from the default transformation files match the rules from the extension transformation files, the first ones will be overridden by the last.

Examples

 

[Transformation]
 
Files[]
Files[]=basic.tr
 
Extensions[]
Extensions[]=my_extension


With this configuration the matching rules from "basic.tr" will be overridden with the rules from the "my_extension" extension.

Ester Heylen (22/06/2010 10:56 am)

Ester Heylen (22/06/2010 12:47 pm)


Comments

There are no comments.