-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hey,
great plugin but it looks like it has problems with the ??? Operator.
It's an extension: https://plugins.craftcms.com/empty-coalesce but maybe you can add it.
If one of this Operators in the file there is no formatting at all. If I switch to ?? Operator it works fine again.
WORKS
{{ include('_builders/_builderContent.twig', {
props: {
blocks: entry.contentBuilder ?? null
}
}, withContext = false) }}WORKS NOT
{{ include('_builders/_builderContent.twig', {
props: {
blocks: entry.contentBuilder ??? null
}
}, withContext = false) }}mdominguez, rellafella, JeanLucEsser and Mmasson-01
Metadata
Metadata
Assignees
Labels
No labels