Skip to content

Commit

Permalink
Merge pull request #146 from plone/nonfolderish_tabs
Browse files Browse the repository at this point in the history
Do not set the nonfolderish_tabs registry to False
  • Loading branch information
davisagli authored Apr 29, 2024
2 parents 4504635 + 2601bf9 commit 1c73473
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.py?
*.swp
.*project
.settings
.Python
# dirs
bin/
Expand Down
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 1c73473

Please sign in to comment.