root/afridex/plugins/Flutter/purifier_lib/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt @ 21

Revision 21, 0.7 kB (checked in by admin, 18 years ago)
Line 
1HTML.AllowedElements
2TYPE: lookup/null
3VERSION: 1.3.0
4DEFAULT: NULL
5--DESCRIPTION--
6<p>
7    If HTML Purifier's tag set is unsatisfactory for your needs, you
8    can overload it with your own list of tags to allow.  Note that this
9    method is subtractive: it does its job by taking away from HTML Purifier
10    usual feature set, so you cannot add a tag that HTML Purifier never
11    supported in the first place (like embed, form or head).  If you
12    change this, you probably also want to change %HTML.AllowedAttributes.
13</p>
14<p>
15    <strong>Warning:</strong> If another directive conflicts with the
16    elements here, <em>that</em> directive will win and override.
17</p>
18
Note: See TracBrowser for help on using the browser.