Changes between Version 1 and Version 2 of TracTicketsCustomFields


Ignore:
Timestamp:
06/03/10 15:59:45 (14 years ago)
Author:
zeiss
Comment:

Importing pages from "/var/lib/svn/trac/etsicheck2" using WikiImport plugin.

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: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'') 
    2120 * '''checkbox''': A boolean value check box. 
    2221   * label: Descriptive label. 
     
    3938   * rows: Height in lines. 
    4039   * order: Sort order placement. 
    41    * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'') 
    4240 
    4341=== Sample Config === 
     
    5048test_two = text 
    5149test_two.label = Another text-box 
    52 test_two.value = Default [mailto:joe@nospam.com owner] 
    53 test_two.format = wiki 
     50test_two.value = Just a default value 
    5451 
    5552test_three = checkbox