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$#

If page already uses a delete block and the block was available on the platform

-> the block will remain available on the page, unless you remove it

Last updated