ztfy/utils/catalog/configure.zcml
branchZTK-1.1
changeset 70 82d8de021806
parent 42 cb2a0e2d3bbf
child 104 9355f0a396de
equal deleted inserted replaced
69:ddab9a29b54b 70:82d8de021806
     2 	xmlns="http://namespaces.zope.org/zope"
     2 	xmlns="http://namespaces.zope.org/zope"
     3 	i18n_domain="ztfy.utils">
     3 	i18n_domain="ztfy.utils">
     4 
     4 
     5 	<class class=".index.TextIndexNG">
     5 	<class class=".index.TextIndexNG">
     6 		<require
     6 		<require
     7 			interface="zope.app.catalog.interfaces.IAttributeIndex
     7 			interface="zope.catalog.interfaces.IAttributeIndex
     8 					   zope.index.interfaces.IStatistics"
     8 					   zope.index.interfaces.IStatistics"
     9 			set_schema="zope.app.catalog.interfaces.IAttributeIndex"
     9 			set_schema="zope.catalog.interfaces.IAttributeIndex"
    10 			permission="zope.ManageServices" />
    10 			permission="zope.ManageServices" />
    11 	</class>
    11 	</class>
    12 
    12 
    13 </configure>
    13 </configure>