Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyaml
- label: 'Priority'
  key: 'Priority'
  type: 'pill'
    options:

     allowMarkup: markdown
      defaultColor: "#0022dd"
 
    highlight:

      - value: "1 - Low"

        color: "#C6DDF0"
       - value: "2 - Medium"
         color: "#C99DA3"
       - value: "3 - High"

        color: "#996888"
  showInTableHeader: true
  showInDetailList: true

...