Skip to content

Commit d3fd71d

Browse files
authored
Merge pull request #633 from ExpressionEngine/bug/7.x/formatting-buttons
{formatting_buttons} variable is non-existant
2 parents 456008e + 350647a commit d3fd71d

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

docs/channels/channel-form/examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
{custom_fields}
8484
<label for="{field_name}">{if required}* {/if}{field_label}</label>
8585
{field_instructions}
86-
{formatting_buttons}
8786

8887
{if error}
8988
<p class="error">{error}</p>

docs/channels/channel-form/fields.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ The Custom fields tag pair will conveniently show all your custom fields, but it
1919

2020
<label for="{field_name}">{if required}* {/if}{field_label}</label>
2121
{field_instructions}
22-
{formatting_buttons}
2322

2423
{if error}
2524
<p class="error">{error}</p>

docs/channels/channel-form/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ If using a field with options, such as Checkboxes or Dropdown, you can display t
290290
{custom_fields}
291291
<label for="{field_name}">{if required}* {/if}{field_label}</label>
292292
{field_instructions}
293-
{formatting_buttons}
294293

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

0 commit comments

Comments
 (0)