1<?php 2/* 3 * folded plugin, default configuration settings 4 * 5 * @author Christopher Smith <chris@jalakai.co.uk> 6 */ 7$conf['hide'] = ''; // hide tooltip, if empty will use localised string 8$conf['reveal'] = ''; // reveal tooltip, if empty will use localised string 9$conf['unfold_default'] = 0; // unfold all text per default 10$conf['show_fold_unfold_all_button'] = 1; // show a button in the pagetool-area that folds/unfolds all texts of the current page 11