Skip to content

Migrate condition operators#396

Merged
simonschaufi merged 1 commit intoandreaswolf:mainfrom
kitzberger:migrate-condition-operators
May 8, 2026
Merged

Migrate condition operators#396
simonschaufi merged 1 commit intoandreaswolf:mainfrom
kitzberger:migrate-condition-operators

Conversation

@kitzberger
Copy link
Copy Markdown
Contributor

@kitzberger kitzberger commented Apr 16, 2026

From this legacy syntax:

[conditionA] || [conditionB]
    page = PAGE
[end]

to the new symfony-only syntax:

[conditionA || conditionB]
    page = PAGE
[end]

@simonschaufi simonschaufi force-pushed the migrate-condition-operators branch from e46f988 to 2b05d6d Compare May 7, 2026 14:57
@simonschaufi simonschaufi merged commit 101d6f9 into andreaswolf:main May 8, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants