diff options
Diffstat (limited to 'plugins/55/wrap/conf/metadata.php')
-rw-r--r-- | plugins/55/wrap/conf/metadata.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/55/wrap/conf/metadata.php b/plugins/55/wrap/conf/metadata.php new file mode 100644 index 0000000..1a20733 --- /dev/null +++ b/plugins/55/wrap/conf/metadata.php @@ -0,0 +1,13 @@ +<?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')); +$meta['darkTpl'] = array('onoff'); +$meta['emulatedHeadlines'] = array('onoff'); |