Changes between Version 1 and Version 2 of TracTicketsCustomFields


Ignore:
Timestamp:
Jan 2, 2013, 12:44:05 AM (11 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v1 v2  
    1818   * value: Default value.
    1919   * order: Sort order placement. (Determines relative placement in forms with respect to other custom fields.)
     20   * format: One of:
     21     * `plain` for plain text
     22     * `wiki` to interpret the content as WikiFormatting (''since 0.11.3'')
     23     * `reference` to treat the content as a queryable value (''since 1.0'')
     24     * `list` to interpret the content as a list of queryable values, separated by whitespace (''since 1.0'')
    2025 * '''checkbox''': A boolean value check box.
    2126   * label: Descriptive label.
     
    3843   * rows: Height in lines.
    3944   * order: Sort order placement.
     45   * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'')
    4046
    4147=== Sample Config ===
     
    4854test_two = text
    4955test_two.label = Another text-box
    50 test_two.value = Just a default value
     56test_two.value = Default [mailto:joe@nospam.com owner]
     57test_two.format = wiki
    5158
    5259test_three = checkbox