Implement HTML.FlashAllowFullScreen.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / Filter.YouTube.txt
blob321eaa2d803ee8b880ef23a7d076995354e9e273
1 Filter.YouTube
2 TYPE: bool
3 VERSION: 3.1.0
4 DEFAULT: false
5 --DESCRIPTION--
6 <p>
7   <strong>Warning:</strong> Deprecated in favor of %HTML.SafeObject and
8   %Output.FlashCompat (turn both on to allow YouTube videos and other
9   Flash content).
10 </p>
11 <p>
12   This directive enables YouTube video embedding in HTML Purifier. Check
13   <a href="http://htmlpurifier.org/docs/enduser-youtube.html">this document
14   on embedding videos</a> for more information on what this filter does.
15 </p>
16 --# vim: et sw=4 sts=4