Current Path : /var/www/html/clients/wiki.e-nk.ru/lib/plugins/wrap/conf/ |
Current File : /var/www/html/clients/wiki.e-nk.ru/lib/plugins/wrap/conf/metadata.php |
<?php /* * Wrap plugin, configuration metadata * */ $meta['noPrefix'] = array('string'); $meta['restrictedClasses'] = array('string'); $meta['restrictionType'] = array('multichoice','_choices' => array(0,1)); $meta['syntaxDiv'] = array('multichoice','_choices' => array('WRAP','block', 'div')); $meta['syntaxSpan'] = array('multichoice','_choices' => array('wrap', 'inline', 'span'));