Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions news/3953.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Move plone.app.content views to plone.app.layout
[frapell]
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,25 @@
"plone.app.relationfield",
"plone.app.uuid",
"plone.app.viewletmanager >=1.2",
"plone.autoform",
"plone.base >=4.0.0a1",
"plone.batching",
"plone.dexterity",
"plone.folder",
"plone.formwidget.namedfile",
"plone.i18n",
"plone.locking",
"plone.memoize",
"plone.portlets",
"plone.protect",
"plone.registry",
"plone.supermodel",
"plone.uuid",
"Products.CMFEditions >=1.2.2",
"Products.GenericSetup",
"Products.statusmessages",
"Products.ZCatalog",
"z3c.form",
"Zope",
],
extras_require=dict(
Expand All @@ -66,13 +74,16 @@
"plone.app.relationfield",
"plone.app.robotframework",
"plone.app.testing",
"plone.app.z3cform",
"plone.app.textfield",
"plone.browserlayer",
"plone.dexterity",
"plone.locking",
"plone.namedfile",
"plone.testing",
"robotsuite",
"z3c.relationfield",
"zope.annotation",
"zc.relation",
"zope.intid",
]
Expand Down
1 change: 1 addition & 0 deletions src/plone/app/layout/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
directory="profiles/uninstall"
/>

<include package=".content" />
<include package=".globals" />
<include package=".navigation" />
<include package=".viewlets" />
Expand Down
Empty file.
Empty file.
Loading
Loading