Changes between Version 3 and Version 4 of TracTicketsCustomFields


Ignore:
Timestamp:
05/02/14 01:33:04 (7 minutes ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v3 v4  
    1818   * value: Default value. 
    1919   * order: Sort order placement. (Determines relative placement in forms with respect to other custom fields.) 
     20   * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'') 
    2021 * '''checkbox''': A boolean value check box. 
    2122   * label: Descriptive label. 
     
    3839   * rows: Height in lines. 
    3940   * order: Sort order placement. 
     41   * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'') 
    4042 
    4143=== Sample Config === 
     
    4850test_two = text 
    4951test_two.label = Another text-box 
    50 test_two.value = Just a default value 
     52test_two.value = Default [mailto:[email protected] owner] 
     53test_two.format = wiki 
    5154 
    5255test_three = checkbox