more shrink, and a + t2

This commit is contained in:
2026-06-28 16:45:55 -03:00
parent 8b97480e2e
commit e9681201c0
3 changed files with 20 additions and 7 deletions

View File

@@ -13,6 +13,12 @@ class Plugin extends Base
$this->hook->on('template:layout:css', array(
'template' => 'plugins/ShrinkVertically/Asset/css/shrink-vertically.css',
));
// Append a "+" to the two vertical-collapse menu labels so it is visible
// that the behaviour is modified by this plugin.
$this->hook->on('template:layout:js', array(
'template' => 'plugins/ShrinkVertically/Asset/js/shrink-vertically.js',
));
}
public function getPluginName()