Hi guys, is there a simple way to override the default area script from: 

[code]
[#list components as component ]
   [@cms.component content=component /]
[/#list]
[/code]

..to another one, like this?

[code]
[#assign components = filterComponents(components)]
[#list components as component ]
   [@cms.component content=component /]
[/#list]
[/code]

This would save me to add a lot of configuration..

I have searched in the source code, but I've not been so lucky..
thanks a lot
M.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=977e51cb-f3cd-4a18-ab88-9ab7c4705636


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