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.
themis.fields/themis/fields/behaviors.zcml

18 lines
471 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="themis.fields">
<grok:grok package="." />
<plone:behavior
title="Top buttons"
description="Adds action buttons at the top of the form"
provides=".behaviors.ITopButtons"
marker=".behaviors.ITopButtonsMarker"
factory=".behaviors.TopButtons"
/>
</configure>