Skip to content

Commit

Permalink
Do not set the nonfolderish_tabs registry to False
Browse files Browse the repository at this point in the history
The default setting of True will be set. With this, the content types in
displayed_types will appear in the menu, regardless of whether they are
folderish. This mainly favored the Link type, which was not appearing in
the menu because it was not folderish.
  • Loading branch information
wesleybl committed Apr 12, 2024
1 parent e968056 commit b5fba21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions news/145.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Do not set the nonfolderish_tabs registry to False. @wesleybl
6 changes: 0 additions & 6 deletions src/plone/volto/profiles/default/registry.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<registry>
<records interface="Products.CMFPlone.interfaces.controlpanel.INavigationSchema"
prefix="plone"
>
<value key="nonfolderish_tabs">False</value>
</records>

<!-- This is for the elements in the root, not show the current item in navigation-->
<record field="show_excluded_items"
interface="Products.CMFPlone.interfaces.controlpanel.INavigationSchema"
Expand Down

0 comments on commit b5fba21

Please sign in to comment.