2009-07-01 23:13:58 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<atcttool xmlns:i18n="http://xml.zope.org/namespaces/i18n">
|
2010-01-27 15:56:30 +01:00
|
|
|
<topic_indexes i18n:domain="plone">
|
2009-07-01 23:13:58 +02:00
|
|
|
|
|
|
|
<index name="commentators" friendlyName="Commentators"
|
|
|
|
description="Users who have commented on the item"
|
|
|
|
enabled="True" i18n:attributes="description; friendlyName">
|
|
|
|
|
|
|
|
<criteria>ATCurrentAuthorCriterion</criteria>
|
|
|
|
<criteria>ATSimpleStringCriterion</criteria>
|
|
|
|
<criteria>ATListCriterion</criteria>
|
|
|
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
<index
|
|
|
|
name="total_comments"
|
|
|
|
enabled="False"
|
|
|
|
friendlyName="Total number of comments"
|
|
|
|
description="Total number of comments on this item."
|
|
|
|
i18n:attributes="description; friendlyName">
|
|
|
|
|
|
|
|
<criteria>ATSimpleIntCriterion</criteria>
|
|
|
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
</topic_indexes>
|
2010-01-28 11:49:29 +01:00
|
|
|
<topic_metadata i18n:domain="plone">
|
2009-07-01 23:13:58 +02:00
|
|
|
|
|
|
|
<metadata
|
|
|
|
name="total_comments"
|
|
|
|
enabled="True"
|
|
|
|
friendlyName="Total number of comments"
|
|
|
|
description="Total number of comments on this item."
|
|
|
|
/>
|
|
|
|
|
|
|
|
</topic_metadata>
|
|
|
|
</atcttool>
|