Handle CRLF discrepancies
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / AutoFormat.Custom.txt
bloba8bd4eb116c8ed54542101dcd9a941af0c240ec5
1 AutoFormat.Custom
2 TYPE: list
3 VERSION: 2.0.1
4 DEFAULT: array()
5 --DESCRIPTION--
7 <p>
8   This directive can be used to add custom auto-format injectors.
9   Specify an array of injector names (class name minus the prefix)
10   or concrete implementations. Injector class must exist. 
11 </p>