The weird thing is, that I can use the same condition in contentByLineItems or webItems without any problems.
Here’s the full WebPanel description:
"webPanels": [
{
"url": "/special",
"location": "atl.general",
"layout": {
"width": "10",
"height": "10"
},
"name": {
"value": "Something very special"
},
"key": "very-special-panel",
"conditions": [
{
"condition": "entity_property_exists",
"params": {
"entity": "content",
"propertyKey": "config"
}
}
]
}
],
I’ve also tried using content_property conditions (for example contains, equal_to), but while they also work on everything else, they don’t seem to work in combination with the WebPanel.
The GET also get the full content of the content property, it really just seems to be very specific to WebPanels.