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
Keep the existing behaviour...
{ _task: '@some.value.in.context' }
Deprecate
{ _task: { template: '{{some.value.in.context}}' }
In favour of
{ _task: '{{some.value.in.context}}' }
And in addition support
{ _task: '[hbs]{{some.value.in.context}}[/hbs] = [eval]1 + 2[/eval]' }
Where:
These should be extendable to include new tags / processors.
Do not interpret attribute names beginning with np_ e.g. np_message and reserved attribute names with np e.g. _np_task
np_message
_np_task
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Keep the existing behaviour...
Deprecate
In favour of
And in addition support
Where:
These should be extendable to include new tags / processors.
Do not interpret attribute names beginning with np_ e.g.
np_message
and reserved attribute names with np e.g._np_task
The text was updated successfully, but these errors were encountered: