Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
Description
Currently the prefix for message and template bundles are defined in the auxiliary schema as top level properties and both use the "%prefix" token when being referred at other places in the auxiliary schema. These prefix, currently named messagePrefix and templatePrefix, should be moved into a common top level property "terms" so that the entire terms block should be passed into the template and message loaders, which are instances of the resource loader (fluid.prefs.resourceLoader). This will allow the references to these prefix use the defined names such as %templatePrefix and %messagePrefix as well as allowing the passing of other options into these loaders.