Skip to content

Support boolean for worker user configuration

The user configuration from a worker should support boolean types, as this

    demo_bool:
      type: boolean
      required: yes
      default: false
      title: A random yes/no value

A default can be provided, limited to true|false.

Edited by Bastien Abadie