Skip to content

Commit 74dc779

Browse files
feat: hide required add-ons from quick installer
1 parent b50a47a commit 74dc779

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/cusy/cms/setuphandlers.py

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ def getNonInstallableProfiles(self):
1111
"cusy.cms:uninstall",
1212
]
1313

14+
def getNonInstallableProducts(self):
15+
"""Hide other products from site-creation and quickinstaller."""
16+
return [
17+
"collective.easyform",
18+
"cusy.exportimport",
19+
"cusy.restapi.easyform",
20+
"cusy.restapi.info",
21+
"cusy.restapi.patches",
22+
"plone.restapi",
23+
]
24+
1425

1526
def post_install(context):
1627
"""Post install script"""

0 commit comments

Comments
 (0)