1<?php 2/** 3 * Default settings for the foldablelist plugin 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * 7 * @author Alexander Schuster <galak@gmx.net> 8 * 9 */ 10 11$meta['collapse_level'] = array('numeric'); 12$meta['collapse_after'] = array('numeric'); 13$meta['button_css'] = array('string'); 14$meta['button_up_value'] = array('string'); 15$meta['button_down_value'] = array('string');