projects / org / ezpublishlegacy / ezengage
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezengage | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
== Main Content Template ==
{include uri='design:engage/set_pagedata.tpl'}
== Pagelayout.tpl ==
Header
{include uri='design:engage/meta.tpl' module_result=$module_result}
Footer
{literal}
test
{{#each items}}
p class="kicker"{{ byline }}
{{ summary }}
{{/each}}
{{#each items}}
{{title}}
{{/each}}
{/literal}
== Engage List Item Sample - Line view ==
{if $node.data_map.image.has_content}
{attribute_view_gui image_class=articlethumbnail href=$node.url_alias|ezurl attribute=$node.data_map.image}
{/if}
data-engage-key="link"
data-engage-type="link">
data-engage-key="title"
data-engage-type="text">{$node.data_map.title.content|wash()}
{if $node.data_map.intro.content.is_empty|not}
data-engage-key="summary"
data-engage-type="text">
{attribute_view_gui attribute=$node.data_map.intro}
{/if}