Skip to content

Commit

Permalink
Enable experimental add block button (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe authored Nov 22, 2022
1 parent 859b1e7 commit 2d9c6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"volto-subfooter": "2.0.0"
},
"peerDependencies": {
"@plone/volto": "16.0.0-alpha.48"
"@plone/volto": "16.0.0-rc.1"
},
"devDependencies": {
"@plone/scripts": "2.1.2",
Expand Down
1 change: 1 addition & 0 deletions src/config/settings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const updateSettingsConfig = (config) => {
config.settings.navDepth = 2;
config.experimental.addBlockButton.enabled = true;

config.settings.fullWidthBlockTypes = [
'hero',
Expand Down

0 comments on commit 2d9c6bf

Please sign in to comment.