diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 27b000ca..69175edd 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1121,6 +1121,10 @@ on multiple lines
{{_i}}To add help text for your form inputs, include inline help text with <span class="help-inline"> or a help text block with <p class="help-block"> after the input element.{{/i}}
Add .editor to any textarea or .uneditable-textarea to create a larger field for content editing.
Also add .editor-html, if the textarea will be replaced by e.g. CKEditor or TinyMCE.
{{_i}}Go beyond uneditable input and create a full uneditable form, with disabled and uneditable elements.{{/i}}
+{{_i}}Add .editor to a textarea to create a larger field for content editing.{{/i}}