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 medmen <med-men@gmx.net>
8 *
9 */
10
11$conf['collapse_after']        = 5;
12$conf['button_css']            = 'padding: 0.2em; text-align: center; font-weight: bolder';
13$conf['button_up_value']          = '▲';
14$conf['button_down_value']          = '▼';
15