Skip to content

Commit

Permalink
add collective.volto.formsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Sep 18, 2024
1 parent e35d2dc commit 7fae81a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
1.0a1 (unreleased)
------------------

- aggiunto collective.volto.formsupport
[cekk]

- aggiunto collective.volto.secondarymenu
[mamico]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"collective.volto.subsites",
"redturtle.voltoplugin.editablefooter",
"collective.volto.subfooter",
"collective.volto.formsupport",
],
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 @@ -16,5 +16,6 @@
<dependency>profile-collective.volto.subsites:default</dependency>
<dependency>profile-redturtle.voltoplugin.editablefooter:default</dependency>
<dependency>profile-collective.volto.subfooter:default</dependency>
<dependency>profile-collective.volto.formsupport: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 @@ -16,6 +16,7 @@
import iosanita.policy
import plone.app.caching
import souper.plone
import collective.volto.formsupport


class TestLayer(ContentTypesTestLayer):
Expand All @@ -30,6 +31,7 @@ def setUpZope(self, app, configurationContext):
self.loadZCML(package=collective.volto.dropdownmenu)
self.loadZCML(package=collective.volto.socialsettings)
self.loadZCML(package=collective.volto.subfooter)
self.loadZCML(package=collective.volto.formsupport)
self.loadZCML(package=iosanita.policy, context=configurationContext)

xmlconfig.file(
Expand Down

0 comments on commit 7fae81a

Please sign in to comment.