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
469 B

  1. <?php
  2. /*
  3. * Wrap plugin, configuration metadata
  4. *
  5. */
  6. $meta['noPrefix'] = array('string');
  7. $meta['restrictedClasses'] = array('string');
  8. $meta['restrictionType'] = array('multichoice','_choices' => array(0,1));
  9. $meta['syntaxDiv'] = array('multichoice','_choices' => array('WRAP','block', 'div'));
  10. $meta['syntaxSpan'] = array('multichoice','_choices' => array('wrap', 'inline', 'span'));
  11. $meta['darkTpl'] = array('onoff');
  12. $meta['emulatedHeadlines'] = array('onoff');