]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Core.MaintainLineNumbers.txt
CommitLineData
d4949327
NL
1Core.MaintainLineNumbers\r
2TYPE: bool/null\r
3VERSION: 2.0.0\r
4DEFAULT: NULL\r
5--DESCRIPTION--\r
6\r
7<p>\r
8 If true, HTML Purifier will add line number information to all tokens.\r
9 This is useful when error reporting is turned on, but can result in\r
10 significant performance degradation and should not be used when\r
11 unnecessary. This directive must be used with the DirectLex lexer,\r
12 as the DOMLex lexer does not (yet) support this functionality.\r
13 If the value is null, an appropriate value will be selected based\r
14 on other configuration.\r
15</p>\r
16--# vim: et sw=4 sts=4\r