|
Revision 21, 0.7 kB
(checked in by admin, 18 years ago)
|
|
|
| Line | |
|---|
| 1 | HTML.AllowedElements |
|---|
| 2 | TYPE: lookup/null |
|---|
| 3 | VERSION: 1.3.0 |
|---|
| 4 | DEFAULT: 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 | |
|---|