items

The `items` property is a grouping of similar config items.

Assets | Config | Lifecycle

items

The items property is a grouping of similar config items.

Examples

config:
  v1:
    - items:
        name: http_enabled
        title: HTTP Enabled
        help_text: When enabled we will listen to http
        type: bool
        default: '0'