Configure template custom resource bundles for processing
Edit profiles-config.xml to configure template custom resource bundles.
To take advantage of custom resource bundles in the templates, register the bundles with the application to specify they be included during template processing. The specified bundles will be provided as input to all the templates that are processed.
- Open profiles-config.xml using a text editor.
- Locate the <templateNlsBundles/> element
- Edit the value with a space-delimited set of bundle identifiers for the custom resource bundles to make available in the FreeMarker Template Language (FTL) templates. The bundle identifier maps to the bundle prefix definedd when we registered the resource bundle in LotusConnections-config.xml.
- Save the changes.
- Check in the configuration update.
- Restart the application.
Parent topic:
Template configuration options
Related:
Create a simple profile data model and template customization