0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-09 23:41:52 +00:00
htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.LinkifyEmail.txt
Bradley M. Froehle 6385f42ebc Add AutoFormat.LinkifyEmail Option.
If enabled, automatically provide links to e-mail addresses.
For example,
  Send an e-mail to user@example.com.
is transformed to
  Send an e-mail to <a href="mailto:user@example.com">user@example.com</a>.

Signed-off-by: Bradley M. Froehle <brad.froehle@gmail.com>
2011-02-15 10:05:12 -08:00

13 lines
271 B
Plaintext

AutoFormat.LinkifyEmail
TYPE: bool
VERSION: 4.3.0
DEFAULT: false
--DESCRIPTION--
<p>
This directive turns on e-mail linkification, auto-linking e-mail addresses.
<code>a</code> tags with the <code>href</code> attribute
must be allowed.
</p>
--# vim: et sw=4 sts=4