Skip to content

Commit

Permalink
Fix: Updated defaults to triple curly braces (fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Jan 16, 2024
2 parents a486c90 + 688a422 commit f1ae3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"_instructionError": {
"_isEnabled": true,
"title": "Instructions",
"body": "{{#if instruction}}{{instruction}}{{else}}Please complete the question and then select Submit.{{/if}}"
"body": "{{#if instruction}}{{{instruction}}}{{else}}Please complete the question and then select Submit.{{/if}}"
}
2 changes: 1 addition & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"body": {
"type": "string",
"required": false,
"default": "{{#if instruction}}{{instruction}}{{else}}Please complete the question and then click Submit.{{/if}}",
"default": "{{#if instruction}}{{{instruction}}}{{else}}Please complete the question and then click Submit.{{/if}}",
"title": "Notify Body",
"inputType": "Text",
"validators": [],
Expand Down

0 comments on commit f1ae3f9

Please sign in to comment.