Allow to define per project if plugin config parameter is editable
It is now possible to decide for a project specific plugin configuration parameter whether for a specific project it is editable in the UI. Change-Id: I29f55ca80d0c304ec61e5f7be10128629c7945cf Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -1301,6 +1301,8 @@ The type of the configuration parameter, can be `STRING`, `INT`,
|
||||
The value of the configuration parameter as string. If the parameter
|
||||
is inheritable this is the effective value which is deduced from
|
||||
`configured_value` and `inherited_value`.
|
||||
`editable` |`false` if not set|
|
||||
Whether the value is editable.
|
||||
|`permitted_values`|optional|
|
||||
The list of permitted values, only set if the `type` is `LIST`.
|
||||
|`inheritable` |`false` if not set|
|
||||
|
||||
Reference in New Issue
Block a user