Skip to content

Commit

Permalink
Fix missing zcml directive when plone.app.standardtiles is installed
Browse files Browse the repository at this point in the history
fixes #18
  • Loading branch information
petschki committed Dec 22, 2021
1 parent dfe5157 commit 5354e86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/18.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix missing zcml directive when `plone.app.standardtiles` is installed.
[petschki]
1 change: 1 addition & 0 deletions src/plone/app/debugtoolbar/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/>

<configure zcml:condition="installed plone.app.standardtiles">
<include package="plone.tiles" file="meta.zcml"/>
<plone:tile
name="plone.app.debugtoolbar.toolbar"
class=".tile.ToolbarTile"
Expand Down

0 comments on commit 5354e86

Please sign in to comment.