Topic: shortcode in block
Short codes in blocks, as can be?
..::: Moncho Varela ::::.. ..::: @Nakome ::::.. ..::: Github ::::..
You are not logged in. Please login or register.
Short codes in blocks, as can be?
I will add this ability in next version of Monstra.
plugins/box/blocks/blocks.plugin.php
Must be:
return Filter::apply('content', Text::toHtml($block_contents));
Instead of:
return Text::toHtml($block_contents);