Explain limitation of storing plugin config in existing config files

In the plugin documentation it is suggested to store plugin
configuration parameters in a 'plugin' subsection in
'gerrit.config'/'project.config'. This approach has the limitation
that the plugin configuration cannot have subsections and thus it is
only suitable for plugins with a simple key-value pair configuration.
Plugins that have a more complex configuration need to store their
configuration in an own configuration file.

Change-Id: Iac305e1bb451496034b06dbc762c8da08c97a59e
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
1 file changed