Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
collective.volto.dropdownmenu
Advanced tools
Add-on for manage a Dropdown menu in Volto.
Anonymous users can't access registry resources by default with plone.restapi (there is a special permission).
To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with the infos to draw the menu: @dropdown-menu::
> curl -i http://localhost:8080/Plone/@dropdown-menu -H 'Accept: application/json'
You can edit settings directly from Volto because the control has been registered on Plone and available with plone.restapi.
To use this product in Volto, your Volto project needs to include a new plugin: https://github.com/collective/volto-dropdownmenu
Restapi endpoint can took some time to reply if there are several items in the menu.
As first workaround, there is an environment variable to enable a ramcache for it (disabled by default)::
environment-vars =
DROPDOWNMENU_EXPERIMENTAL_CACHE 1
USE THIS WITH CARE, BECAUSE STORED DATA COULD BE BIGGER THAN CACHE
This product has been translated into
Italian
Spanish
Install collective.volto.dropdownmenu by adding it to your buildout::
[buildout]
...
eggs =
collective.volto.dropdownmenu
and then running bin/buildout
The project is licensed under the GPLv2.
This product was developed by RedTurtle Technology team.
.. image:: https://avatars1.githubusercontent.com/u/1087171?s=100&v=4 :alt: RedTurtle Technology Site :target: http://www.redturtle.it/
Add Spanish translation. [macagua]
Update it translations [lucabel]
FAQs
Add-on for Volto to manage a dropdown menu.
We found that collective.volto.dropdownmenu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.