Skip to content

Commit 41a80b7

Browse files
authored
Document new form session data setting (#1611)
1 parent 4e793b2 commit 41a80b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/manual/article-management/insert-tags.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Lightbox-Bild einfügen.
179179
| `{{email_close}}` | Dieses Tag wird mit `</a>` ersetzt. Beispiel: `{{email_open::[email protected]}}E-Mail Kontakt{{email_close}}`. |
180180
| `{{email_url::*}}` | Dieses Tag wird nur durch die kodierte E-Mail-Adresse ersetzt. |
181181
| `{{post::*}}` | Mit diesem Tag kann eine angegebene Post-Variable ausgelesen und angezeigt werden. Kann z. B. genutzt werden, um auf einzelne Felder eines gesendeten Formulars zuzugreifen (nicht mehr verfügbar ab **Contao 5.0**, stattdessen `{{form_session_data::*}}` verwenden). |
182-
| `{{form_session_data::*}}` | {{< version-tag "5.0" >}} Dieses Tag kann genutzt werden, um auf einzelne Felder eines gesendeten Formulars zuzugreifen. Dies ersetzt den alten `{{post::*}}` Insert-Tag. Es ist zu beachten, dass die Formularsession nur eine Lebenszeit von 10 Sekunden hat. |
182+
| `{{form_session_data::*}}` | {{< version-tag "5.0" >}} Dieses Tag kann genutzt werden, um auf einzelne Felder eines gesendeten Formulars zuzugreifen. Dies ersetzt den alten `{{post::*}}` Insert-Tag. Es ist zu beachten, dass die Formularsession nur eine Lebenszeit von 10 Sekunden hat. {{< version-tag "5.6" >}} Das Speichern der Formulardaten in der Session muss in den Einstellungen des Formulars explizit aktiviert werden. |
183183
| `{{lang::*}}` | Mit diesem Tag können fremdsprachige Wörter in einem Text markiert werden: `{{lang::fr}}Au revoir{{lang}}`. Dies wird ersetzt mit `<span lang="fr">Au revoir</span>`. |
184184
| `{{abbr::*}}` | Abkürzungen in einem Text markieren: `{{abbr::World Wide Web}}WWW{{abbr}}`. Dies wird ersetzt mit `<abbr title="World Wide Web">WWW</abbr>`. |
185185
| `{{acronym::*}}` | Akronyme in einem Text markieren: `{{acronym::Multipurpose Internet Mail Extensions}}MIME{{acronym}}`. Dies wird ersetzt mit `<abbr title="Multipurpose Internet Mail Extensions">MIME</abbr>`, da `<acronym>` veraltet ist. |

docs/manual/article-management/insert-tags.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The following insert tags allow you to perform various tasks, such as inserting
169169
| `{{email_close}}` | This tag is replaced with `</a>`. Example: `{{email_open::[email protected]}}Contact us{{email_close}}`. |
170170
| `{{email_url::*}}` | This tag is replaced only by the encoded email address. |
171171
| `{{post::*}}` | This tag can be used to read and display a specified post variable. Can be used, for example, to access individual fields of a sent form (not available anymore in **Contao 5.0**, use `{{form_session_data::*}}` instead). |
172-
| `{{form_session_data::*}}` | {{< version-tag "5.0" >}} This tag can be used to access individual fields of a submitted form. This replaces the old `{{post::*}}` insert tag. Note that this data is only available for 10 seconds after the form submission. |
172+
| `{{form_session_data::*}}` | {{< version-tag "5.0" >}} This tag can be used to access individual fields of a submitted form. This replaces the old `{{post::*}}` insert tag. Note that this data is only available for 10 seconds after the form submission. {{< version-tag "5.6" >}} Storing the form data in the session needs to be explicitly enabled in the form. |
173173
| `{{lang::*}}` | With this tag foreign words in a text can be marked: `{{lang::fr}}Au revoir{{lang}}`. This is replaced with `<span lang="fr">Au revoir</span>`. |
174174
| `{{abbr::*}}` | Mark abbreviations in a text: `{{abbr::World Wide Web}}WWW{{abbr}}`. This is replaced with `<abbr title="World Wide Web">WWW</abbr>`. |
175175
| `{{acronym::*}}` | Select acronyms in a text: `{{acronym::Multipurpose Internet Mail Extensions}}MIME{{acronym}}`. This will be replaced with `<abbr title="Multipurpose Internet Mail Extensions">MIME</abbr>` since `<acronym>` has been deprecated. |

0 commit comments

Comments
 (0)