Content Blocks Options
This option provides a way of working with content blocks. You can disable a block, hide it completely or provide tooltip for disabled content block.
You have an option to modify following content blocks:
text, image, gif, button, divider, spacer, social, video, html, product
js
contentBlocks: {
text: {
disabled: true,
disabledText: 'Text In Tooltip',
hidden: true
}
}