diff --git a/classes/plugininfo.php b/classes/plugininfo.php index b72c89d..4c83971 100644 --- a/classes/plugininfo.php +++ b/classes/plugininfo.php @@ -80,9 +80,10 @@ public static function get_available_buttons(): array { * @return string[] */ public static function get_available_menuitems(): array { - return [ - 'tiny_fastpix/insertvideo', - ]; + // The menu item exposes the same single "Insert FastPix Video" action as + // the toolbar button, so it mirrors get_available_buttons() rather than + // duplicating the list. + return self::get_available_buttons(); } /**