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.z3cform.rolefield/src/collective/z3cform/rolefield/testing.zcml

19 lines
562 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="collective.z3cform.rolefield">
<include package="plone.app.dexterity"/>
<include file="configure.zcml" />
<genericsetup:registerProfile
name="testing"
title="collective.z3cform.rolefield testing profile"
directory="profiles/testing"
for="Products.CMFPlone.interfaces.ITestCasePloneSiteRoot"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
</configure>