Plugin: Test2PDF: Make tool icon in course invisible by default

Author: @juan-cortizas-ponte
pull/4453/head^2^2
Juan Cortizas Ponte 3 years ago committed by GitHub
parent 0172320cc8
commit 3e1a773732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      plugin/test2pdf/src/test2pdf_plugin.class.php

@ -64,6 +64,16 @@ class Test2pdfPlugin extends Plugin
}
}
/**
* By default new icon is invisible.
*
* @return bool
*/
public function isIconVisibleByDefault()
{
return false;
}
/**
* This method drops the plugin tables.
*/

Loading…
Cancel
Save