Skip to content

Is there a way to condition filter by the URL match? #82

@lubomfim

Description

@lubomfim

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"
}
},

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions