Reword documentation to be clearer, and give warning on common user error.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / HTML.DefinitionRev.txt
blob229ae0267a6ff6eae15db65167045f89f1179e16
1 HTML.DefinitionRev
2 TYPE: int
3 VERSION: 2.0.0
4 DEFAULT: 1
5 --DESCRIPTION--
7 <p>
8     Revision identifier for your custom definition specified in
9     %HTML.DefinitionID.  This serves the same purpose: uniquely identifying
10     your custom definition, but this one does so in a chronological
11     context: revision 3 is more up-to-date then revision 2.  Thus, when
12     this gets incremented, the cache handling is smart enough to clean
13     up any older revisions of your definition as well as flush the
14     cache.
15 </p>
16 --# vim: et sw=4 sts=4