Hello all!
I tried to install the dropdown menu with webcouturier on my website who’s got a Diazo theme named Booster.
here is my buildout.cfg:
# NOTE: This file should be copied into the buildout root directory. It
# should never be checked in to version control so that the environment
# stays the same over time.
#
# $ cd path/to/your-buildout
# $ cp profiles/buildout.cfg_tmpl buildout.cfg
[buildout]
index = https://pypi.org/simple/
# Once copied to the root, select the environment you are releasing to
# by uncommenting the appropriate line below.
extends =
# profiles/local.cfg
profiles/testing.cfg
# profiles/prod.cfg
# profiles/staging.cfg
eggs =
plonetheme.booster
[instance]
eggs+=
webcouturier.dropdownmenu
auto-checkout = webcouturier.dropdownmenu
extensions = mr.developer
[sources]
webcouturier.dropdownmenu = git https://github.com/collective/webcouturier.dropdownmenu.git branch=plone5
When I go to my website add-ons, I see the dropdownmenu, I installed it but it doesn’t work, is there an incompatibility with booster?
Thanks