1
0
Fork 0

Adding wrap version 2023-08-13 (63b6c01).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-16 08:32:12 +01:00
parent 82229a3e1e
commit d25794905f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
112 changed files with 4620 additions and 0 deletions

View 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');