By the way.. if there are any examples of working links available, please post 
them.
I've been stuck on this for 2 days now.

Tried many things, but this is where I'm at now..
[code]
[#assign linkText = content.buttonText!]
                ${linkText}
        [#if content.external??]
                ${content.external}
                [#assign linkHref = content.external]
        [/#if]
        [#if content.internal??]
                [#assign internalLink = content.internal]
                [#assign internalRef = cmsfn.link(content.internal)]
                ${content.internal}
        [/#if]
[/code]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=c0339ce6-38a9-483e-b648-e0aad92318ca


----------------------------------------------------------------
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: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to