Skip to content

Commit 45e1b9b

Browse files
authored
Merge pull request #878 from ExpressionEngine/feature/7.5/notes-usable-in-channel-entries
Add a note about the notes fieldtype being supported in the channel entries loop as a single tag, no params.
2 parents 59cfa01 + 58bdeb3 commit 45e1b9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/fieldtypes/notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Notes Fieldtype
1111

12-
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.
12+
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.
1313

1414
![notes field](_images/notes.png)
1515

@@ -28,4 +28,5 @@ This is the content that will appear as a note on the publish form. Markdown for
2828

2929
## Template Tag
3030

31-
Usage of notes is not supported in templates.
31+
The note contents can be displayed in a `{channel:entries}` loop using a single variable.
32+

0 commit comments

Comments
 (0)