FLUID-5598: Allow the auxiliary schema to take a terms block, for interpolating into resource loader option.

Metadata

Source
FLUID-5598
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2015-02-25T10:38:15.171-0500
Updated
2015-06-26T10:20:17.653-0400
Versions
N/A
Fixed Versions
  1. 1.9
Component
  1. Prefs Framework

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.

Comments