Unverified Commit 426e5e18 authored by Jay Friendly's avatar Jay Friendly Committed by Mateu Aguiló Bosch
Browse files

Issue #3305063 by Jaypan, tim-diels: Missing environment_indicator.indicator config schema

parent 255f220c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -39,3 +39,17 @@ environment_indicator.settings:
    favicon:
      type: boolean
      label: 'Show a colored favicon for environment'

environment_indicator.indicator:
    type: config_object
    label: 'Environment indicator local environment'
    mapping:
      name:
        type: string
        label: 'Evironment name'
      fg_color:
        type: string
        label: 'Foreground color'
      bg_color:
        type: string
        label: 'Background color'