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
2 changes: 1 addition & 1 deletion Documentation/Backend.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Core.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Form.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/Global.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Documentation/Global/Be/PagePath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ Default::
<f:be.pagePath />

Current page path, prefixed with "Path:" and wrapped in a span with the class ``typo3-docheader-pagePath``.

1 change: 0 additions & 1 deletion Documentation/Global/Format/Html.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,3 @@ Inline notation
Output::

TYPO3 is a cool <strong>CMS</strong> (<a href="https://www.typo3.org" target="_blank">TYPO3</a>).

1 change: 0 additions & 1 deletion Documentation/Global/Media.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ MP4 Video Object with loop and autoplay option set
Output::

<video width="400" height="375" controls loop><source src="fileadmin/user_upload/my-video.mp4" type="video/mp4"></video>

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<f:layout name="MyLayout"/>
<f:section name="Content">
<f:flashMessages />
</f:section>
</f:section>
2 changes: 1 addition & 1 deletion Documentation/Global/_FlashMessages/_SomeForm.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<f:layout name="MyLayout"/>
<f:section name="Content">
<f:flashMessages queueIdentifier="extbase.flashmessages.tx_myextension_myplugin"/>
</f:section>
</f:section>