Load zcml of plone.resource.

This is for our use of the `plone:static` directive.
See https://github.com/plone/Products.CMFPlone/issues/2952
This commit is contained in:
Maurits van Rees 2019-09-28 13:01:11 +02:00
parent b369ee2075
commit d09794d7e8
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
2 changed files with 3 additions and 0 deletions

2
news/2952.bugfix Normal file
View File

@ -0,0 +1,2 @@
Load zcml of ``plone.resource`` for our use of the ``plone:static`` directive.
[maurits]

View File

@ -10,6 +10,7 @@
<include package="plone.indexer" />
<include package="plone.app.registry" />
<include package="plone.resource" />
<include package="plone.uuid" />
<include package="plone.app.uuid" />