AutoFormat.Custom.txt 301 B

123456789101112
  1. AutoFormat.Custom
  2. TYPE: list
  3. VERSION: 2.0.1
  4. DEFAULT: array()
  5. --DESCRIPTION--
  6. <p>
  7. This directive can be used to add custom auto-format injectors.
  8. Specify an array of injector names (class name minus the prefix)
  9. or concrete implementations. Injector class must exist.
  10. </p>
  11. --# vim: et sw=4 sts=4