<?php
/**
 * Default settings for the foldablelist plugin
 *
 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @author Alexander Schuster <galak@gmx.net>
 *
 */

$meta['collapse_level']    = array('numeric');
$meta['collapse_after']    = array('numeric');
$meta['button_css']        = array('string');
$meta['button_up_value']   = array('string');
$meta['button_down_value'] = array('string');