From 5314709f4557ee5daea57fced24ad07b9bffb32a Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Sat, 23 Aug 2025 18:19:39 +0300 Subject: [PATCH] Added title label and instruction tags to channel form --- docs/channels/channel-form/overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/channels/channel-form/overview.md b/docs/channels/channel-form/overview.md index 587f57e9c..a5760167c 100755 --- a/docs/channels/channel-form/overview.md +++ b/docs/channels/channel-form/overview.md @@ -265,10 +265,14 @@ If you have chosen [inline error handling](#error_handling), you can display the Display a custom field's label. +You may also use `{label:title}` to display the label for the title field as defined in Channel settings. + ### `{instructions:my_field_name}` Display a custom field's instructions. +You may also use `{instructions:title}` to display the instructions for the title field as defined in Channel settings. + ### `{selected_option:my_field_name}` In an edit form, display the selected option for the specified custom field.