Friday 27 March 2009 7:45:21 am
Hi, I have tried to set an override condition for the paragraph xmltags. I add in /settings/siteaccess/my_siteaccess/override.ini.append.php:
[paragraph_teaser]
Source=content/datatype/view/ezxmltags/paragraph.tpl
MatchFile=paragraph_teaser.tpl
Subdir=templates
Match[class_identifier]=sm_paket
and i put in my paket node view full template /design/my_design/override/templates/paket_full.tpl this code for the "arrangement" ezxmltext attribute:
{attribute_view_gui attribute=$node.object.data_map.arrangement}
this full template works for this "sm_paket" content class. if i put the Match[class_identifier]=sm_paket condition there is no override. But if i remove the match condition the override from paragraph template is working for all ! I want only override the attributes from sm_paket content class. What i have doing wrong ? Thanks for your suggestions. Jonathan
|