xref: /plugin/annotations/conf/default.php (revision 9fd890c3d28899ac6132f5f0d76a031cc5c27f1a)
1<?php
2
3/**
4 * Default configuration for the annotations plugin.
5 */
6
7$conf['color_open']      = '#f59e0b';
8$conf['color_resolved']  = '#4ade80';
9$conf['embed_max_bytes'] = 131072;
10$conf['context_length']  = 64;
11$conf['body_cap']        = 10000;
12$conf['entries_per_page'] = 25;
13