Hi, I want to check if the extras has inherited content in my ftl, and I am have not having any luck figuring it out...
I currently can get the content of the extras like this: [#if content.extras?exists] and [#list content.extras?children as item] [#assign hasExtrasString = item?children[0]!"false"] But how can I check for Inherited content? I tried stuff like this, but it [#assign inheritedExtras=mgnl.inherit(content).extras /] [#list inheritedExtras?children as item] [#assign hasExtrasString = inheritedExtras?children[0]!"false"] There has got to be a way to check for inherited content... Any help would be appreciated. - Brian ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
