3.4.2 • Published 12 months ago

volto-blocks-widget v3.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

12 months ago

3.4.1

1 year ago

3.4.0

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.0

2 years ago

3.0.0

3 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago