Skip to content

Commit 06af8f5

Browse files
committed
Merge remote-tracking branch 'origin/patch-6' into patch-3
2 parents 48b038e + 1a0f72f commit 06af8f5

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

docs/fieldtypes/text.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,21 @@ Text Input is a single-lined free-form writing space where you can enter text or
1717

1818
### Maximum Characters
1919

20-
The maximum number of characters this field should allow.
20+
The maximum number of characters this field should allow. This will not affect existing entries, but the limit will be in effect when you try to edit them.
2121

2222
### Text Formatting
2323

24-
Specifies how the entered-text will be formatted when rendered on the front-end. Choices include replacing each linebreak with a `BR` tag, automatically surrounding paragraphs with `P` tags, or Markdown processing. [Additional plugins](development/plugins.md) may be installed to provide more text formatting options.
24+
Specifies how the entered text will be formatted when rendered on the front-end. Choices include:
25+
26+
* **None** - content will be output exactly as entered
27+
* [**Auto line break**](/general/text-formatting.html#auto-br) - simply replaces each linebreak with a `<br>` tag
28+
* [**Markdown**](/general/text-formatting.html#markdown) - processes content as Markdown and outputs HTML
29+
* **XML Encode** - content is formatted and escaped for safe use in an XML document like an RSS feed
30+
* [**XHTML**](/general/text-formatting.html#auto-xhtml) - Encloses paragraphs with `<p>` tags, adds curly quotes, and does other more advanced processing to make plain text into proper HTML while leaving any HTML intact.
31+
32+
For a text input field, the output may not seem to vary too much. [Additional plugins](development/plugins.md) may be installed to provide more text formatting options.
33+
34+
NOTE: **Note:** To see the Markdown or XML Encode options, those add-ons on must be installed.
2535

2636
### Allow Override?
2737

0 commit comments

Comments
 (0)