Block Wysiwyg

Categories

Component ID

2382371

Component name

Block Wysiwyg

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Synopsis

Inserts the contents of a block into into a node using [block:module=delta] tags or the wysiwyg editor by enabling the editors plugin.

Currently supported editors:

  • TinyMCE

Post Install

After enabling the module the filter needs to be added to the relevant content filter. This can be done from the configure button on the module listing page.

To enable the editor plugin, configure the Wysiwyg profile and under plugins select Block Wysiwyg. This will add the relevant button on the tool bar.

Any block can be added into the editor (views, webform, beans) however using the editor gui it is limited to beans.

If you would like the enable embedding dynamic blocks (such as views) then caching needs to be disabled and the shortcodes used like so:

[block:view=my-custom-view]

Where view is the module and my-custom-view is the delta.

This information can be found form the block configuration screen:

admin/structure/block/manage/views/my-custom-view/configure

Requirements

Bean module
Wysiwyg module