1<?php
2/**
3 * Options for the TwistieNav plugin for Bootstrap 3 template
4 *
5 * @author   Paolo Maggio <maggio.p@gmail.com>
6 */
7
8$meta['startPagesOnly']     = array('onoff');
9$meta['exclusions']         = array('multicheckbox', '_choices' => array('start','sidebar'));
10$meta['twistieMap']         = array('onoff');
11$meta['pageIdTrace']        = array('onoff');
12$meta['pageIdExtraTwistie'] = array('onoff');
13$meta['style']              = array('multichoice', '_choices' => array('svg','fa'));
14