]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.Allowed.txt
CommitLineData
d4949327
NL
1HTML.Allowed\r
2TYPE: itext/null\r
3VERSION: 2.0.0\r
4DEFAULT: NULL\r
5--DESCRIPTION--\r
6\r
7<p>\r
8 This is a preferred convenience directive that combines\r
9 %HTML.AllowedElements and %HTML.AllowedAttributes.\r
10 Specify elements and attributes that are allowed using:\r
11 <code>element1[attr1|attr2],element2...</code>. For example,\r
12 if you would like to only allow paragraphs and links, specify\r
13 <code>a[href],p</code>. You can specify attributes that apply\r
14 to all elements using an asterisk, e.g. <code>*[lang]</code>.\r
15 You can also use newlines instead of commas to separate elements.\r
16</p>\r
17<p>\r
18 <strong>Warning</strong>:\r
19 All of the constraints on the component directives are still enforced.\r
20 The syntax is a <em>subset</em> of TinyMCE's <code>valid_elements</code>\r
21 whitelist: directly copy-pasting it here will probably result in\r
22 broken whitelists. If %HTML.AllowedElements or %HTML.AllowedAttributes\r
23 are set, this directive has no effect.\r
24</p>\r
25--# vim: et sw=4 sts=4\r