/ lib / htmlpurifier / ConfigSchema / schema / HTML.CoreModules.txt
HTML.CoreModules.txt
 1  HTML.CoreModules
 2  TYPE: lookup
 3  VERSION: 2.0.0
 4  --DEFAULT--
 5  array (
 6    'Structure' => true,
 7    'Text' => true,
 8    'Hypertext' => true,
 9    'List' => true,
10    'NonXMLCommonAttributes' => true,
11    'XMLCommonAttributes' => true,
12    'CommonAttributes' => true,
13  )
14  --DESCRIPTION--
15  
16  <p>
17      Certain modularized doctypes (XHTML, namely), have certain modules
18      that must be included for the doctype to be an conforming document
19      type: put those modules here. By default, XHTML's core modules
20      are used. You can set this to a blank array to disable core module
21      protection, but this is not recommended.
22  </p>
23  --# vim: et sw=4 sts=4