From 1d791da47822ed3935e2da2fec8c8f96cce5b98b Mon Sep 17 00:00:00 2001 From: "R. Banus" Date: Sat, 1 Aug 2020 19:39:32 +0200 Subject: [PATCH] in the help line, make the gallery tag visible Added backslashes to ensure the {{ gallery }} tag is visible in help: --- site/blueprints/pages/note.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/blueprints/pages/note.yml b/site/blueprints/pages/note.yml index 83288e6..d91f283 100755 --- a/site/blueprints/pages/note.yml +++ b/site/blueprints/pages/note.yml @@ -57,4 +57,4 @@ columns: image: cover: true # Use the `help` property of fields and section to provide editors with helpful information - help: Place the {{ gallery }} tag anywhere in your text to add the selected gallery + help: Place the \{\{ gallery }} tag anywhere in your text to add the selected gallery