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