/ lib / htmlpurifier / ConfigSchema / schema / HTML.DefinitionRev.txt
HTML.DefinitionRev.txt
 1  HTML.DefinitionRev
 2  TYPE: int
 3  VERSION: 2.0.0
 4  DEFAULT: 1
 5  --DESCRIPTION--
 6  
 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