Skip to content

Commit

Permalink
add collective.volto.socialsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Aug 27, 2024
1 parent 9b232ab commit d99964b
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 @@ -61,6 +61,7 @@
"collective.volto.slimheader",
"iw.rejectanonymous",
"collective.volto.dropdownmenu",
"collective.volto.socialsettings",
],
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 @@ -8,5 +8,6 @@
<dependency>profile-collective.feedback:default</dependency>
<dependency>profile-collective.volto.slimheader:default</dependency>
<dependency>profile-collective.volto.dropdownmenu:default</dependency>
<dependency>profile-collective.volto.socialsettings: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 @@ -14,6 +14,7 @@
import plone.app.caching
import souper.plone
import collective.volto.dropdownmenu
import collective.volto.socialsettings


class TestLayer(ContentTypesTestLayer):
Expand All @@ -26,6 +27,7 @@ def setUpZope(self, app, configurationContext):
self.loadZCML(package=souper.plone)
self.loadZCML(package=collective.volto.slimheader)
self.loadZCML(package=collective.volto.dropdownmenu)
self.loadZCML(package=collective.volto.socialsettings)
self.loadZCML(package=iosanita.policy, context=configurationContext)

xmlconfig.file(
Expand Down

0 comments on commit d99964b

Please sign in to comment.