Open rgm3 opened 6 years ago
I would like to be able to define the following in config.fmpp:
freemarkerAutoIncludes: [ /path/to/global.ftl, /path/to/footer-tools.ftl ]
I would expect this to result in a call to Configuration.setAutoIncludes().
Yeah, FMPP is missing lot of "new" FreeMarker settings... for this one tough, the "borders" setting is a possible workaround (see on http://fmpp.sourceforge.net/settings.html).
I would like to be able to define the following in config.fmpp:
I would expect this to result in a call to Configuration.setAutoIncludes().