mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 15:48:42 +00:00
6bb8c1fcac
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
AutoFormat.Custom
|
|
TYPE: list
|
|
VERSION: 2.0.1
|
|
DEFAULT: array()
|
|
--DESCRIPTION--
|
|
|
|
<p>
|
|
This directive can be used to add custom auto-format injectors.
|
|
Specify an array of injector names (class name minus the prefix)
|
|
or concrete implementations. Injector class must exist.
|
|
</p>
|
|
|