]> git.mxchange.org Git - friendica.git/blob - library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
added index to config and pconfig table
[friendica.git] / library / HTMLPurifier / ConfigSchema / schema / HTML.Allowed.txt
1 HTML.Allowed
2 TYPE: itext/null
3 VERSION: 2.0.0
4 DEFAULT: NULL
5 --DESCRIPTION--
6
7 <p>
8     This is a convenience directive that rolls the functionality of
9     %HTML.AllowedElements and %HTML.AllowedAttributes into one directive.
10     Specify elements and attributes that are allowed using:
11     <code>element1[attr1|attr2],element2...</code>. You can also use
12     newlines instead of commas to separate elements.
13 </p>
14 <p>
15     <strong>Warning</strong>:
16     All of the constraints on the component directives are still enforced.
17     The syntax is a <em>subset</em> of TinyMCE's <code>valid_elements</code>
18     whitelist: directly copy-pasting it here will probably result in
19     broken whitelists. If %HTML.AllowedElements or %HTML.AllowedAttributes
20     are set, this directive has no effect.
21 </p>
22 --# vim: et sw=4 sts=4