Hi Tom,

[quote]
2) Values of binary nodes now output as the binary data rather than the path. 
Previously, if we had a dialog w/control type "file" and did something like:

${content.headerImage}

Magnolia would output the path to this image. Now it outputs the actual image 
data. Is there a new way to get the path to binary data like an image, PDF, 
etc.?
[/quote]

without STK you can simply use [code]${cmsfn.link(content)}[/code], for STK it 
should be something like [code]${stk.getAssetLink(content, 'image')}[/code].

HTH, Maik

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=9a7b29cb-48e9-41c6-9482-6fa04f7bc2e8


----------------------------------------------------------------
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]>
----------------------------------------------------------------

Reply via email to