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.
collective.dms.mailcontent/src/collective/dms/mailcontent/behaviors.zcml

19 lines
511 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:plone="http://namespaces.plone.org/plone"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:grok="http://namespaces.zope.org/grok"
i18n_domain="collective.dms.mailcontent">
<include package="plone.behavior" file="meta.zcml" />
<grok:grok package=".behaviors" />
<plone:behavior
title="SendingType"
description="Sending type behavior"
provides=".behaviors.ISendingType"
/>
</configure>