Removing a block / list / page from a theme
To remove a block my-block
from a theme, you need to:
remove the HTML file
theme/block/my-block.html
remove the folder
theme/block/my-block
If you use a block inside the HTML of a template (header, footer, page...), remove the line calling it
#$block|my-bock$#
Last updated