16 lines
440 B
PHP
16 lines
440 B
PHP
<?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;
|