This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.task/src/collective/task/browser/configure.zcml

17 lines
549 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="collective.task">
<!-- Set overrides folder for Just-a-Bunch-Of-Templates product -->
<include package="z3c.jbot" file="meta.zcml" />
<browser:jbot directory="overrides" layer="..interfaces.ICollectiveTaskLayer" />
<!-- Publish static files -->
<browser:resourceDirectory
name="collective.task"
directory="static"
/>
</configure>