Fix #2070 add class support to menu items

This commit is contained in:
Kijin Sung 2023-09-12 22:01:28 +09:00
parent 1ec0d74e77
commit 3ddf1392f9
9 changed files with 70 additions and 20 deletions

View file

@ -133,3 +133,5 @@ $lang->no_use_skin = 'Will not use any skin';
$lang->menu_desc = 'Description';
$lang->menu_icon = 'Icon';
$lang->about_menu_icon = 'If and how the icon code is interpreted is up to the layout designer.';
$lang->menu_class = 'HTML Class';
$lang->about_menu_class = 'If and how the class name is interpreted is up to the layout designer.';