Changes between Version 1 and Version 2 of TracTicketsCustomFields
- Время:
- 13 апр. 2009 г., 12:52:51 (17 лет назад)
Обозначения:
- Без изменений
- Добавлено
- Удалено
- Изменено
-
TracTicketsCustomFields
v1 v2 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'')21 20 * '''checkbox''': A boolean value check box. 22 21 * label: Descriptive label. … … 39 38 * rows: Height in lines. 40 39 * order: Sort order placement. 41 * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'')42 40 43 41 === Sample Config === … … 50 48 test_two = text 51 49 test_two.label = Another text-box 52 test_two.value = Default [mailto:joe@nospam.com owner] 53 test_two.format = wiki 50 test_two.value = Just a default value 54 51 55 52 test_three = checkbox