Edgewall Software

Changes between Version 2 and Version 3 of 1.3/TracTicketsCustomFields


Ignore:
Timestamp:
Feb 4, 2017, 8:24:09 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Add max_size attribute. Refs #12590.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracTicketsCustomFields

    v2 v3  
    2121   * value: Default value.
    2222   * order: Sort order placement; this determines relative placement in forms with respect to other custom fields.
     23   * max_size: Maximum allowed size in characters (//Since 1.3.2//).
    2324   * format: One of:
    2425     * `plain` for plain text
     
    4546   * rows: Height in lines.
    4647   * order: Sort order placement.
     48   * max_size: Maximum allowed size in characters (//Since 1.3.2//).
    4749   * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting.
    4850 * '''time''': Date and time picker. (//Since 1.1.1//)