Changes between Version 105 and Version 106 of TracIni
- Timestamp:
- Nov 8, 2007, 9:47:27 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracIni
v105 v106 24 24 [[TracIni]] 25 25 26 == [components] == 26 == [components] == #components-section 27 27 This section is used to enable or disable components provided by plugins, as well as by Trac itself. The component to enable/disable is specified via the name of the option. Whether its enabled is determined by the option value; setting the value to `enabled` or `on` will enable the component, any other value (typically `disabled` or `off`) will disable the component. 28 28 … … 42 42 See also: TracPlugins 43 43 44 == [ticket-custom] == 44 == [ticket-custom] == #ticket-custom-section 45 45 46 46 In this section, you can define additional fields for tickets. See TracTicketsCustomFields for more details. 47 47 48 == [svn:externals] == 48 == [svn:externals] == #svn:externals-section 49 49 ''(since 0.11)'' 50 50