Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@kitconcept/volto-button-block
Advanced tools
volto-button-block: Volto add-on that provides a configurable button as a block.
The Volto Button Block allows editors to add a configurable button to a Volto page.
Create a new Volto project (you can skip this step if you already have one):
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @kitconcept/volto-button-block
cd my-volto-project
Add @kitconcept/volto-button-block
to your package.json:
"addons": [
"@kitconcept/volto-button-block"
],
"dependencies": {
"@kitconcept/volto-button-block": "*"
}
Download and install the new add-on by running:
yarn install
Start Volto with:
yarn start
Go to http://localhost:3000, login, create a new page. The button block will show up in the Volto blocks chooser.
The development of this plugin has been kindly sponsored by Forschungszentrum Jülich.
The project is licensed under the MIT license.
FAQs
volto-button-block: Volto add-on that provides a configurable button as a block.
The npm package @kitconcept/volto-button-block receives a total of 472 weekly downloads. As such, @kitconcept/volto-button-block popularity was classified as not popular.
We found that @kitconcept/volto-button-block demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.