From faa84fefd2c4e7b5847a9c07598c40f7ec2245d7 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Fri, 23 Aug 2024 14:30:55 -0500 Subject: [PATCH 1/2] Add a note about it being supported in the channel entries loop as a single tag, no params. --- docs/fieldtypes/notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/fieldtypes/notes.md b/docs/fieldtypes/notes.md index 854c9eaad..7c3731b56 100644 --- a/docs/fieldtypes/notes.md +++ b/docs/fieldtypes/notes.md @@ -9,7 +9,7 @@ # Notes Fieldtype -Notes is a fieldtype that contains text used to give context to content editors. It cannot be edited in a channel entry and is only there for informational purposes. +Notes is a fieldtype that contains text used to give context to content editors. It cannot be edited in a channel entry and is only there for informational purposes. ![notes field](_images/notes.png) @@ -28,4 +28,5 @@ This is the content that will appear as a note on the publish form. Markdown for ## Template Tag -Usage of notes is not supported in templates. +The note contents can be displayed in a channel:entries loop using a single variable. + From 58bdeb32172c2c453b1e40d1a0baaa841ad6174b Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 8 Oct 2024 16:38:20 -0500 Subject: [PATCH 2/2] Update notes.md --- docs/fieldtypes/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fieldtypes/notes.md b/docs/fieldtypes/notes.md index 7c3731b56..2ea306550 100644 --- a/docs/fieldtypes/notes.md +++ b/docs/fieldtypes/notes.md @@ -28,5 +28,5 @@ This is the content that will appear as a note on the publish form. Markdown for ## Template Tag -The note contents can be displayed in a channel:entries loop using a single variable. +The note contents can be displayed in a `{channel:entries}` loop using a single variable.