Jump to content

Tom Kerswill

Member
  • Posts

    1
  • Joined

  • Last visited

Tom Kerswill's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I’m using a JSON Config element immediately in front of a list filter. I am able to successfully set fields such as the list filter placeholder text. However, whatever I try, I just cannot get it to accept the “items” field. It seems to ignore this. I have tried doing a “Copy Configuration” from the list filter, and then using this verbatim in the JSON Config. Everything gets set okay, except the items. These default to whatever is set up in the GUI, and if I change them, it’s the GUI that seems to take precendece over the JSON Config. Here’s an example of my JSON Config: { "alfredworkflow" : { "config" : { "argumenttrimmode" : 0, "subtext" : "", "withspace" : true, "fixedorder" : false, "runningsubtext" : "", "title" : "Testing List Filter", "argumenttype" : 0, "items" : "[{\"title\":\"Tom\",\"arg\":\"1\"},{\"title\":\"Bob\",\"arg\":\"2\"}]" } } } It feels like a bug - but is there anything else I’m missing? Tom
×
×
  • Create New...