Skip to content

Commit

Permalink
Merge pull request #170 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 df50a6b + 09a04a9 commit afdce45
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plone/app/dexterity/behaviors/configure.zcml
Expand Up @@ -55,15 +55,13 @@
title="Name from title"
description="Automatically generate short URL name for content based on its initial title"
provides="plone.app.content.interfaces.INameFromTitle"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<!-- File-name-to-id -->
<plone:behavior
title="Name from file name"
description="Automatically generate short URL name for content based on its primary field file name"
provides=".filename.INameFromFileName"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<adapter factory=".filename.NameFromFileName" />
Expand All @@ -73,31 +71,27 @@
title="Navigation root"
description="Make all items of this type a navigation root"
provides="plone.app.layout.navigation.interfaces.INavigationRoot"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<!-- Exclude from navigation -->
<plone:behavior
title="Exclude From navigation"
description="Allow items to be excluded from navigation"
provides=".exclfromnav.IExcludeFromNavigation"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<!-- Next previous -->
<plone:behavior
title="Next previous navigation toggle"
description="Allow items to have next previous navigation enabled"
provides=".nextprevious.INextPreviousToggle"
for="plone.dexterity.interfaces.IDexterityContainer"
/>

<!--Allow discussion -->
<plone:behavior
title="Allow discussion"
description="Allow discussion on this item"
provides=".discussion.IAllowDiscussion"
for="plone.dexterity.interfaces.IDexterityContent"
/>

<adapter factory=".nextprevious.NextPreviousToggle" />
Expand All @@ -110,7 +104,6 @@
title="Next previous navigation"
description="Enable next previous navigation for all items of this type"
provides=".nextprevious.INextPreviousEnabled"
for="plone.dexterity.interfaces.IDexterityContainer"
/>

<adapter factory=".nextprevious.NextPreviousEnabled" />
Expand Down

0 comments on commit afdce45

Please sign in to comment.