github.com/arduino/arduino-cloud-cli@v0.0.0-20240517070944-e7a449561083/internal/template/testdata/dashboard-wrong-options.yaml (about)

     1  name: dashboard
     2  widgets:
     3    - height: 1
     4      height_mobile: 2
     5      name: Switch-name
     6      options:
     7          showLabels: true
     8          name: name-wrong
     9          icon: wrong
    10          section: section-wrong
    11      type: Switch
    12      width: 3
    13      width_mobile: 4
    14      x: 5
    15      x_mobile: 6
    16      "y": 7
    17      y_mobile: 8