This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellio.searchform/tabellio/searchform/configure.zcml

20 lines
618 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:five="http://namespaces.zope.org/five"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="tabellio.searchform">
<!-- Include z3c.form as dependency -->
<include package="plone.app.z3cform" />
<browser:page
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
name="searchform"
class=".form.SearchView"
permission="zope2.View"/>
</configure>