Skip to content

Commit

Permalink
add collective.volto.slimheader dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jul 28, 2024
1 parent a9b4383 commit efc76bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"iosanita.contenttypes",
"collective.volto.enhancedlinks",
"collective.feedback",
"collective.volto.slimheader",
],
extras_require={
"test": [
Expand Down
1 change: 1 addition & 0 deletions src/iosanita/policy/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<dependency>profile-iosanita.contenttypes:default</dependency>
<dependency>profile-collective.volto.enhancedlinks:default</dependency>
<dependency>profile-collective.feedback:default</dependency>
<dependency>profile-collective.volto.slimheader:default</dependency>
</dependencies>
</metadata>
2 changes: 2 additions & 0 deletions src/iosanita/policy/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import collective.feedback
import collective.volto.enhancedlinks
import collective.volto.slimheader
import iosanita.contenttypes
import iosanita.policy
import souper.plone
Expand All @@ -22,6 +23,7 @@ def setUpZope(self, app, configurationContext):
self.loadZCML(package=collective.volto.enhancedlinks)
self.loadZCML(package=collective.feedback)
self.loadZCML(package=souper.plone)
self.loadZCML(package=collective.volto.slimheader)
self.loadZCML(package=iosanita.policy, context=configurationContext)

xmlconfig.file(
Expand Down

0 comments on commit efc76bd

Please sign in to comment.