close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Apr 9, 2013, 10:00:20 AM (13 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 18 | 18 | * value: Default value. |
| 19 | 19 | * 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'') |
| | 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'') |
| 21 | 25 | * '''checkbox''': A boolean value check box. |
| 22 | 26 | * label: Descriptive label. |