I do have a different header for product page and others pages, when I use condition-layout.product, it's not even enter on the condition because my home can't access that context, but in the product page its working fine.
`
"condition-layout.product#mobile-header": {
"props": {
"conditions": [
{
"subject": "isProductAvailable",
"toBe": true
}
],
"matchType": "any",
"Then": "flex-layout.row#1-mobile",
"Else": "custom-mobile-header"
}
},
`
I do have a different header for product page and others pages, when I use condition-layout.product, it's not even enter on the condition because my home can't access that context, but in the product page its working fine.
`
"condition-layout.product#mobile-header": {
"props": {
"conditions": [
{
"subject": "isProductAvailable",
"toBe": true
}
],
"matchType": "any",
"Then": "flex-layout.row#1-mobile",
"Else": "custom-mobile-header"
}
},
`