Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5f5109ce41
commit
f8d74cc725
216 changed files with 7490 additions and 0 deletions
13
plugins/55/wrap/conf/metadata.php
Normal file
13
plugins/55/wrap/conf/metadata.php
Normal file
|
@ -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');
|
Loading…
Add table
Add a link
Reference in a new issue