Skip to content

Commit

Permalink
fix condition maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Mar 7, 2024
1 parent 50006e7 commit da20b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/redturtle/volto/adapters/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
/>
</configure>


<adapter
factory=".rss.EventItem"
provides="plone.base.interfaces.syndication.IFeedItem"
Expand All @@ -51,7 +52,7 @@
provides="Products.CMFPlone.interfaces.syndication.IFeedItem"
for="plone.app.contenttypes.interfaces.IEvent
Products.CMFPlone.interfaces.syndication.IFeed"
zcml:condition="have plone-52"
zcml:condition="not-have plone-60"
/>

</configure>

0 comments on commit da20b0d

Please sign in to comment.