• Resolved manudrago

    (@manudrago)


    <table>
    [jsoncontentimporter url="https://emanueldraghetti.com/jamf.json" oneofthesewordsmustbein="JAMF 200"]
    <tr>
      <td>{course}</td>
      <td>{name}</td>
      <td>{startDate}</td>
    </tr> [/jsoncontentimporter]
      </table>

    I want to show Jamf 200 course only, where’s the issue?

Viewing 1 replies (of 1 total)
  • Plugin Author berkux

    (@berkux)

    Hi,

    try

    <table>
    [jsoncontentimporter url="https://emanueldraghetti.com/jamf.json" oneofthesewordsmustbein="JAMF 200" oneofthesewordsmustbeindepth=2]
    <tr>
      <td>{course}</td>
      <td>{name}</td>
      <td>{startDate}</td>
    </tr> [/jsoncontentimporter]
    </table>

    Bernhard

Viewing 1 replies (of 1 total)
  • The topic ‘filter by course’ is closed to new replies.