Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

volto-blocks-widget

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volto-blocks-widget

Volto addon to use blocks inside field

  • 3.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
43
decreased by-67.18%
Maintainers
0
Weekly downloads
 
Created
Source

volto-blocks-widget

Volto addon to use blocks inside fields

To be used with mrs-developer, see Volto docs for further usage informations.

Created with voltocli.

Usage

If you are using Volto < 16, then use v2.1.0

If you are using Volto < 12, then use v1.0.3

This is a widget for fields that have the widget set to 'blocks'.

Default allowed blocks are: Text, Video, HTML, Table

but you could customize your allowed blocks by adding this configuration to your config.js:

export const settings = {
  ...config.settings,
    'volto-blocks-widget' = {
    allowedBlocks: ['text', 'video', 'html', 'table'],
    showRestricted: false,
  },
};

FAQs

Package last updated on 26 Jul 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc