Hi Funnelback!
We'd like to minimise the time spend on maintaining our freemarker templates on an install. By symlinking the template files from the parent meta collection, to all it's child collections, we can just maintain the templates in the meta collection.
ln -s /opt/funnelback/conf/test-web/_default/custom.ftl /opt/funnelback/conf/test-web2/_default/custom.ftl
ln -s /opt/funnelback/conf/test-web/_default_preview/custom.ftl /opt/funnelback/conf/test-web2/_default_preview/custom.ftl
Is this considered good practice?