Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/channels/channel-form/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
{custom_fields}
<label for="{field_name}">{if required}* {/if}{field_label}</label>
{field_instructions}
{formatting_buttons}

{if error}
<p class="error">{error}</p>
Expand Down
1 change: 0 additions & 1 deletion docs/channels/channel-form/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ The Custom fields tag pair will conveniently show all your custom fields, but it

<label for="{field_name}">{if required}* {/if}{field_label}</label>
{field_instructions}
{formatting_buttons}

{if error}
<p class="error">{error}</p>
Expand Down
2 changes: 0 additions & 2 deletions docs/channels/channel-form/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ If using a field with options, such as Checkboxes or Dropdown, you can display t
{custom_fields}
<label for="{field_name}">{if required}* {/if}{field_label}</label>
{field_instructions}
{formatting_buttons}

{if error}
<p class="error">{error}</p>
Expand Down Expand Up @@ -383,7 +382,6 @@ Within this loop, you have the following single variables:
{field_id}
{error}
{field_instructions}
{formatting_buttons} - Shows the EE formatting buttons if have that option selected for that field
{display_field} - Displays the field as it appears in the CP (using the fieldtype API display_field method)
{text_direction}
{rows} - For textareas
Expand Down