Issue with Reading Dropdown Config in Property Editor (Umb.PropertyEditorUi.Dropdown)

Hi Roger,

I found this thread where Lee explains it, and got it working using this slightly changed syntax:

"config": [{
  "alias": "items",
  "value": [
    { "value": "imagesandvideos", "name": "Images and Videos" },
    { "value": "documents", "name": "Documents" },
    { "value": "audio", "name": "Audio" }
  ]
}]

Hope that helps!

/Chriztian

1 Like