Mystery Solved. Seems obvious when you figure it out... not so much before you do.... :D
if you are modifying your main.ftl template. Find your template definition... (ie Templating Kit --> Template Definitions --> stkHome) Under stkHome, you have a number of content nodes and node data definitions. Those are in fact what is referenced with the "def" freemarker tag. for example: create a new content node called "abc" with a value of "123". and you can reference this in your main.ftl with "def.abc". -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=61fefde6-847c-4617-91f5-4b556f7bc963 ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
