From 65327d60cfe2dbcb74dc134e8db7bf704bd3e4df Mon Sep 17 00:00:00 2001 From: Nathan van Bakel Date: Wed, 25 Mar 2020 16:33:08 +0100 Subject: [PATCH] Update fluid.md - with channel form info Added information about the use of the fluid field inside the channel form. --- docs/fieldtypes/fluid.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/fieldtypes/fluid.md b/docs/fieldtypes/fluid.md index 85aa95675..8cd9c9d3b 100755 --- a/docs/fieldtypes/fluid.md +++ b/docs/fieldtypes/fluid.md @@ -31,6 +31,10 @@ Fields can be used more than once and in any order. They can be re-ordered withi The frontend will output the various field contents in the order specified in the entry. +## Channel Form + +A fluid field cannot be used in the channel form. + ## Template Tags Fluid field content is ouput using variable pairs. An outer variable pair using the Fluid field's shortname wraps all content. Within that wrapper variable pair, each field can be output using a prefixed variable pair and the `{content}` variable. Within the prefixed variable pair, the `{content}` variable is used in place of the field's shortname.