<?php

/**
 * Default configuration for the annotations plugin.
 */

$conf['color_open']      = '#f59e0b';
$conf['color_resolved']  = '#4ade80';
$conf['embed_max_bytes'] = 131072;
$conf['context_length']  = 64;
$conf['body_cap']        = 10000;
