<?php
/**
 * Options for the editsections plugin
 *
 * @author Christophe Drevet <dr4ke@dr4ke.net>
 */


$meta['cache'] = array('multichoice','_choices' => array("enabled","disabled"));
$meta['order_type'] = array('multichoice','_choices' => array("flat","nested"));

