How can suppress the Tags Part of the summary How2 content type when it appears in the aside second. I have the following code in my placement.info file but that affects all summarized How2 content types.
<Match ContentType="How2">
<Match DisplayType="Summary">
<Place Fields_Common_Text-ToolsRequired="-"/>
<Place Parts_Tags_ShowTags="Content:9.9"/>
</Match>
</Match>
I would only like to suppress the tags only if they appear in the asidesecond zone which is a projection widget. Is there an easy way to do this?