summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/wrap/conf/default.php
blob: 6897bb346df394ea1a2c58c431f791caa5fb626b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/*
 * Wrap plugin, default configuration settings
 *
 */

$conf['noPrefix'] = 'tabs, group';
$conf['restrictedClasses'] = ''; //restrict usage of plugin to these classes (comma separated)
$conf['restrictionType'] = 0; //0= exclude restricted classes, 1=include restricted classes and exclude all others
$conf['syntaxDiv'] = 'WRAP';
$conf['syntaxSpan'] = 'wrap';
$conf['darkTpl'] = 0;
$conf['emulatedHeadlines'] = 0;