blob: 6a8c5f5d1136a2997ec3ceeb3166e41ba0a1480d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<p class="note">
{tr}Display the most recently changed content by the viewer. <kbd>show_date</kbd> adds the date of the last modification.{/tr}
<br />
<span class="example">{tr}Example:{/tr} <kbd>content_type_guid=bitblogpost&show_date=1</kbd></span>
</p>
<dl>
<dt class="param"><kbd>content_type_guid</kbd></dt>
<dd><em>{tr}bitweaver content type GUID{/tr}</em></dd>
<dd>bitpage, bituser…</dd>
<dt class="param"><kbd>show_date</kbd></dt>
<dd><em>{tr}Boolean{/tr}</em></dd>
</dl>
|