We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison operators β operators that compare values and return true or false. The operators include: >, <, >=, <=, ===, and !==.
Example:- {{#gt step.total_count 5}}
{{#gt step.total_count 5}}
To compare two variable values and change content dynamically in step content editor
New handlebar helper implementation can be added here https://github.com/novuhq/novu/blob/next/packages/application-generic/src/usecases/compile-template/compile-template.usecase.ts#L9
No response
None
The text was updated successfully, but these errors were encountered:
NV-3564 π Feature: support of Comparison operators handler helpers
Sorry, something went wrong.
@jainpawan21 you can assign me
michaldziuba03
Successfully merging a pull request may close this issue.
π Feature description
Comparison operators β operators that compare values and return true or false.
The operators include: >, <, >=, <=, ===, and !==.
Example:-
{{#gt step.total_count 5}}
π€ Why is this feature needed ?
To compare two variable values and change content dynamically in step content editor
βοΈ How do you aim to achieve this?
New handlebar helper implementation can be added here
https://github.com/novuhq/novu/blob/next/packages/application-generic/src/usecases/compile-template/compile-template.usecase.ts#L9
ποΈ Additional Information
No response
π Have you spent some time to check if this feature request has been raised before?
π’ Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: