Skip to content

Configuration Item Boolean

Sébastien Gallou edited this page Apr 18, 2017 · 2 revisions

Boolean

This type describe a boolean data

Non optionnal fields

Type descriptor

This field define the type as string

"type" : "bool"

Optionnal fields

Default Value

The defaultValue field permit to set the default value of the parameter. If not set the default value is false.

"defaultValue" : "true"

Example

"enabled" : {
  "type" : "bool",
  "name" : "enabled",
  "description" : "Permit to enable the widget",
  "defaultValue" : "true"
}
Clone this wiki locally