Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
FreeMarker Engine
freemarker.engine.cache.storage=com.liferay.portal.freemarker.LiferayCacheStorage
freemarker.engine.localized.lookup=false
freemarker.engine.modification.check.interval=60
Exception handler can have it's value set to the name of a class implementing FreeMarker TemplateExceptionHandler or rethrow, debug, debug_html, ignore.
freemarker.engine.template.exception.handler=rethrow
Input a list of comma delimited class names that extend com.liferay.portal.freemarker.FreeMarkerTemplateLoader. These classes will run in sequence to allow you to find the applicable TemplateLoader to load a FreeMarker template.
freemarker.engine.template.loaders=com.liferay.portal.freemarker.ServletTemplateLoader,com.liferay.portal.freemarker.JournalTemplateLoader,com.liferay.portal.freemarker.ThemeLoaderTemplateLoader
Input a list of comma delimited macros that will be loaded. These files must exist in the class path.
freemarker.engine.macro.library=FTL_liferay.ftl as liferay