Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt is written in an unsupported language. File is not indexed.
0001 HTML.CoreModules 0002 TYPE: lookup 0003 VERSION: 2.0.0 0004 --DEFAULT-- 0005 array ( 0006 'Structure' => true, 0007 'Text' => true, 0008 'Hypertext' => true, 0009 'List' => true, 0010 'NonXMLCommonAttributes' => true, 0011 'XMLCommonAttributes' => true, 0012 'CommonAttributes' => true, 0013 ) 0014 --DESCRIPTION-- 0015 0016 <p> 0017 Certain modularized doctypes (XHTML, namely), have certain modules 0018 that must be included for the doctype to be an conforming document 0019 type: put those modules here. By default, XHTML's core modules 0020 are used. You can set this to a blank array to disable core module 0021 protection, but this is not recommended. 0022 </p> 0023 --# vim: et sw=4 sts=4