first commit
This commit is contained in:
15
plugins/annotate/config/config.php
Normal file
15
plugins/annotate/config/config.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
//resource types to exclude
|
||||
$annotate_rt_exclude=array(3,4);
|
||||
//extensions to exclude
|
||||
$annotate_ext_exclude=array();
|
||||
$annotate_debug=false;
|
||||
//public visibility of annotations
|
||||
$annotate_public_view=true;
|
||||
//display author of annotation
|
||||
$annotate_show_author=false;
|
||||
$annotate_font="helvetica";
|
||||
$annotate_pdf_output=false;
|
||||
$annotate_pdf_output_only_annotated=false;
|
||||
$annotate_admin_edit_access=array();
|
||||
$annotate_resource_type_field = 0;
|
Reference in New Issue
Block a user