Skip to content

Commit

Permalink
Merge pull request #193 from plone/fulv-warning-plone-behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Jul 13, 2015
2 parents fcf889b + e5652cc commit 7c05a90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plone/app/event/dx/configure.zcml
Expand Up @@ -34,35 +34,30 @@
title="Event Basic"
description="Basic Event schema."
provides=".behaviors.IEventBasic"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<plone:behavior
title="Event Recurrence"
description="Recurrence extension for Events."
provides=".behaviors.IEventRecurrence"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<plone:behavior
title="Event Location"
description="Location extension for Events."
provides=".behaviors.IEventLocation"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<plone:behavior
title="Event Attendees"
description="Attendees extension for Events."
provides=".behaviors.IEventAttendees"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<plone:behavior
title="Event Contact"
description="Contact extension for Events."
provides=".behaviors.IEventContact"
for="plone.dexterity.interfaces.IDexterityContent"
/>

</configure>

0 comments on commit 7c05a90

Please sign in to comment.