Support int/long project specific plugin parameters for edit in UI

Change-Id: Id406537bf81d749a953f12d94bd6214c52262827
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-11-28 16:43:34 +01:00
parent 9ce4f55626
commit 71dd06291e
4 changed files with 44 additions and 7 deletions

View File

@@ -1295,7 +1295,8 @@ parameter.
|`display_name` |optional|
The display name of the configuration parameter.
|`type` ||
The type of the configuration parameter, can be `STRING`.
The type of the configuration parameter, can be `STRING`, `INT` or
`LONG`.
|`value` |optional|
The value of the configuration parameter as string.
|===============================