You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
422 B

  1. <?php
  2. /*
  3. * Wrap plugin, default configuration settings
  4. *
  5. */
  6. $conf['noPrefix'] = 'tabs, group';
  7. $conf['restrictedClasses'] = ''; //restrict usage of plugin to these classes (comma separated)
  8. $conf['restrictionType'] = 0; //0= exclude restricted classes, 1=include restricted classes and exclude all others
  9. $conf['syntaxDiv'] = 'WRAP';
  10. $conf['syntaxSpan'] = 'wrap';
  11. $conf['darkTpl'] = 0;
  12. $conf['emulatedHeadlines'] = 0;