<?php
/**
 * Options for the TwistieNav plugin
 *
 * @author   Simon DELAGE <sdelage@gmail.com>
 */

$conf['startPagesOnly']     = 1;
$conf['exclusions']         = 'start,sidebar,@wiki';
$conf['twistieMap']         = 1;
$conf['pageIdTrace']        = 1;
$conf['pageIdExtraTwistie'] = 1;
$conf['style']              = 'svg';
$conf['useheading']         = 1;
