Request

Availability Of Secure Zone Status In Liquid

  • Liquid
  • Secure Zones
Currently, I don’t think there is a way to tell if an item is assigned to a secure zone or not.

It would be good to have the secured status of an item available in the liquid output so we can filter/sort by it (eg: use it to filter out secure items from a list if needed, or visually mark an item as secured content…)
"IsSecure": true/false

Or perhaps better still, or as well as, output the assigned zones in an array:
"SecureZones": [
    "Zone 1", 
    "Zone 2",
    ...
]