How can I output data from an attribute in eZ Publish?
- by Steven
I'm noob and need some basic 101.
I need to display content from my "home" page. The page has the following attributes:
Name
Billboard
Left column
Center column
Right column
Bottom column
Tags
Currently I use {$module_result.content} which outputs everything on that page.
But I only want to output the content from Billboard and Center column. How can I do this?