1<?php
2/**
3 * Options for the editsections plugin
4 *
5 * @author Christophe Drevet <dr4ke@dr4ke.net>
6 */
7
8
9$meta['cache'] = array('multichoice','_choices' => array("enabled","disabled"));
10$meta['order_type'] = array('multichoice','_choices' => array("flat","nested"));
11
12