
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@kitconcept/volto-quote-block
Advanced tools
The Volto Quote Block allows editors to add a quote 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-quote-block
cd my-volto-project
Add @kitconcept/volto-quote-block
to your package.json:
"addons": [
"@kitconcept/volto-quote-block"
],
"dependencies": {
"@kitconcept/volto-quote-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 quote block will show up in the Volto blocks chooser.
showImageField
This option will enable an image and an alignment widget in the block settings, allowing you to add an image to your quote block and align it, left, right and centered to the quote. By default this option is set to true
.
config.blocks.blocksConfig.quote.showImageField = true;
The development of this plugin has been kindly sponsored by Deutsches Zentrum für Luft- und Raumfahrt (DLR).
The project is licensed under the MIT license.
FAQs
volto-quote-block: Volto add-on
We found that @kitconcept/volto-quote-block demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.