'getStylesheetFiles', 'AssetManager.getJavaScriptFiles' => 'getJsFiles', ); } /** * Adds css files for this plugin to the list in the event notification. */ public function getStylesheetFiles(&$stylesheets) { $stylesheets[] = "plugins/Annotations/stylesheets/annotations.less"; } /** * Adds js files for this plugin to the list in the event notification. */ public function getJsFiles(&$jsFiles) { $jsFiles[] = "plugins/Annotations/javascripts/annotations.js"; } }