Skip to content

Commit

Permalink
docs: volto 12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Mar 7, 2021
1 parent 601ea93 commit f54c84f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Created with [voltocli](https://github.com/nzambello/voltocli).

## Usage

> If you're using Volto < 12, then use [v2.1.0](https://github.com/collective/volto-dropdownmenu/tree/v2.1.0)
Simply load the addon in your project, then edit the configuration in `/controlpanel/footer-settings`.
Example configuration to be saved in Plone [here](./footerConfigurationExample.json).

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
},
"dependencies": {
"react-outside-click-handler": "1.3.0"
},
"peerDependencies": {
"@plone/volto": ">=12.0.0"
}
}

0 comments on commit f54c84f

Please sign in to comment.