build-monitor-plugin icon indicating copy to clipboard operation
build-monitor-plugin copied to clipboard

Jcasc config does not support reduceMotion, maxColumns or textscale

Open nvp152 opened this issue 2 years ago • 0 comments

What feature do you want to see added?

Currently when using jcasc and yaml i can do this

    views:
    - buildMonitor:
        name: "My Radiator"
        config:
          displayBadgesFrom: "getLastBuild"
          order: "byFullName"
          #reduceMotion: true
          #maxColumns: 2
          #textScale: 1.5
        jobNames:
        - "job1"
        - "job2"

However none of reduceMotion, maxColumns or textscale are supported. It would be great if those could be added as well.

Upstream changes

No response

nvp152 avatar Jul 21 '23 18:07 nvp152