close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Sep 5, 2013, 10:55:41 AM (11 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 | 21 | * '''checkbox''': A boolean value check box. |
21 | 22 | * label: Descriptive label. |
… |
… |
|
38 | 39 | * rows: Height in lines. |
39 | 40 | * order: Sort order placement. |
| 41 | * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'') |
40 | 42 | |
41 | 43 | === Sample Config === |
… |
… |
|
48 | 50 | test_two = text |
49 | 51 | test_two.label = Another text-box |
50 | | test_two.value = Just a default value |
| 52 | test_two.value = Default [mailto:joe@nospam.com owner] |
| 53 | test_two.format = wiki |
51 | 54 | |
52 | 55 | test_three = checkbox |