diff --git a/CHANGES.rst b/CHANGES.rst index 9f0a66a..edb15f6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog 1.0a1 (unreleased) ------------------ +- aggiunto collective.volto.formsupport + [cekk] + - aggiunto collective.volto.secondarymenu [mamico] diff --git a/setup.py b/setup.py index b83aeb2..1c5ed97 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ "collective.volto.subsites", "redturtle.voltoplugin.editablefooter", "collective.volto.subfooter", + "collective.volto.formsupport", ], extras_require={ "test": [ diff --git a/src/iosanita/policy/profiles/default/metadata.xml b/src/iosanita/policy/profiles/default/metadata.xml index df14798..8bd793d 100644 --- a/src/iosanita/policy/profiles/default/metadata.xml +++ b/src/iosanita/policy/profiles/default/metadata.xml @@ -16,5 +16,6 @@ profile-collective.volto.subsites:default profile-redturtle.voltoplugin.editablefooter:default profile-collective.volto.subfooter:default + profile-collective.volto.formsupport:default diff --git a/src/iosanita/policy/testing.py b/src/iosanita/policy/testing.py index b197134..2e51f10 100644 --- a/src/iosanita/policy/testing.py +++ b/src/iosanita/policy/testing.py @@ -16,6 +16,7 @@ import iosanita.policy import plone.app.caching import souper.plone +import collective.volto.formsupport class TestLayer(ContentTypesTestLayer): @@ -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(