volto-blocks-widget

3.4.1 • Public • Published

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,
  },
};

Readme

Keywords

none

Package Sidebar

Install

npm i volto-blocks-widget

Weekly Downloads

315

Version

3.4.1

License

MIT

Unpacked Size

30.1 kB

Total Files

28

Last publish

Collaborators

  • pieronicolli
  • nzambello
  • giuliaghisini
  • sara_bianchi
  • deodorhunter