change filter to stop automatic view transclusion if field 'hide-body' has the value 'yes'

This commit is contained in:
buggyj 2014-09-10 18:00:29 +02:00
parent 04df2a4a20
commit ab944bbf02
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ tags: $:/tags/ViewTemplate
<div class="tc-tiddler-body">
<$list filter="[all[current]!has[plugin-type]!has[hide-body]]">
<$list filter="[all[current]!has[plugin-type]!field:hide-body[yes]]">
<$transclude>