N°2847 - Fix TWIG exceptions due non existent JS templates

This commit is contained in:
Molkobain
2020-09-28 17:10:45 +02:00
parent 987ab4cbfb
commit c37aabfc8c
12 changed files with 1 additions and 12 deletions

View File

@@ -33,7 +33,6 @@ class Tab extends UIContentBlock
// Overloaded constants
public const BLOCK_CODE = 'ibo-tab';
public const HTML_TEMPLATE_REL_PATH = 'layouts/tabcontainer/tab/tab';
public const JS_TEMPLATE_REL_PATH = 'layouts/tabcontainer/tab/tab';
protected const TAB_TYPE = TabManager::ENUM_TAB_TYPE_HTML;