Edgewall Software

Changes between Initial Version and Version 1 of TracDev/Options


Ignore:
Timestamp:
Dec 17, 2010, 2:27:44 PM (13 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

new page about how to work with options

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Options

    v1 v1  
     1This page describes how to work with options or settings stored in `trac.ini` from your Plugin. Feel free to expand.
     2
     3Trac plugins don't have access to some kind of global options. Options are only available for plugin components through the `self.config` [wiki:TracDev/PluginDevelopment#Componentmembervariables property]. This property is magically (i.e. implicitly) injected into Component when it is created - see [wiki:TracDev/ComponentArchitecture#component_lifecycle activation chapter] for details.
     4