Live edit freemarker templates in magnolia
Small little steps to render freemarker (FTL) templates in magnolia while still being able to edit them and not put them into the templates workspace Inside magnolia central goto /server/rendering/freemarker/templateLoaders Create a contentNode “fileSystem” On the newly created “fileSystem” node, create two properties: A “class” property with value “info.magnolia.freemarker.loaders.LazyFileTemplateLoader” A “basePath” property with value “path/to/your/templates” […]