SelectList

This is for a configuration that should be a list of strings matching some list of allowed values.

  1. Overview
  2. allowed_values
  3. required
  4. default

Overview

The allowed values are set when you create the config, and when values are set for the config they must match.

This is different than StringList, which also accepts a list of any strings.

allowed_values

Required

required

Optional

default

Optional