File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ Dependencies
56
56
RESTful hypermedia API for Plone.
57
57
58
58
59
+ ``cusy.cms `` also depends on the following add-ons, but does not install them by default:
60
+
61
+ - `collective.lineage <https://github.com/collective/collective.lineage >`_:
62
+ Turns subfolders of a Plone site to appear as autonomous Plone sites.
63
+
59
64
60
65
Installation
61
66
------------
Original file line number Diff line number Diff line change 51
51
"setuptools" ,
52
52
"collective.behavior.banner" ,
53
53
"collective.easyform" ,
54
+ "collective.lineage" ,
54
55
"cusy.exportimport" ,
55
56
"cusy.restapi.easyform" ,
56
57
"cusy.restapi.info" ,
Original file line number Diff line number Diff line change @@ -35,3 +35,9 @@ hurry.filesize = 0.9
35
35
# Required by:
36
36
# cusy.cms==1.0.0.dev0
37
37
collective.behavior.banner = 1.3
38
+
39
+ # Added by buildout at 2021-07-13 12:08:47.964662
40
+
41
+ # Required by:
42
+ # cusy.cms==1.0.0.dev0
43
+ collective.lineage = 2.3
You can’t perform that action at this time.
0 commit comments