blob: c1fc220a3b8382efa9b7c9b0df7b566cc2dfd2d3 [file] [log] [blame] [view]
Configuration
=============
The configuration of the @PLUGIN@ plugin is done in the `gerrit.config`
file.
```
[plugin "@PLUGIN@"]
defaultProject = All-Images
```
<a id="block">
`plugin.@PLUGIN@.defaultProject`
: The project to which images are uploaded per default.
<a id="link-decoration">
`plugin.@PLUGIN@.linkDecoration`
: Decoration for image links in the Gerrit WebUI.
`NONE`: no decoration, `TOOLTIP`: the image is shown as tooltip on
mouse over an image link, `INLINE`: the image is inlined instead of
the URL.