Documentation

Blocks

This setting helps you to hide the specified blocks in the add blocks menu.

Revolvapp('#myemail', {
    editor: {
        path: '/revolvapp-dist/',
        template: '/my-folder/template.html'
    },
    blocks: {
        hidden: ['button', 'two-buttons']
    }
});

Here is a list of all the default block names:

// One
text
heading
heading-text
image
image-text
image-heading-text
button
link
divider
spacer
menu
social

// Two
two-text
two-images
two-buttons
two-links
two-headings-text
two-images-text
two-images-headings-text

// Three
three-text
three-images
three-headings-text
three-images-text
three-images-headings-text

// Misc
misc-image-text
misc-text-image
misc-image-heading-text
misc-heading-text-image
misc-heading-text
misc-text-heading