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/LanguageMenu/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This is the corresponding TypoScript code, that sets up a
`LanguageMenuProcessor` on the page level:

.. code-block:: typoscript
:caption: EXT:site_package/Configuration/TypoScript/setup.typoscript
:caption: EXT:site_package/Configuration/Sets/Main/setup.typoscript

page = PAGE
page {
Expand Down
2 changes: 1 addition & 1 deletion Documentation/LocalizedLabels/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the system can retrieve in a localized version if the appropriate translations
are installed. It is possible to retrieve values from XLF files using TypoScript:

.. code-block:: typoscript
:caption: EXT:site_package/Configuration/TypoScript/setup.typoscript
:caption: EXT:site_package/Configuration/Sets/Main/setup.typoscript

page.20 = TEXT
page.20.data = LLL:EXT:indexed_search/Resources/Private/Language/locallang.xlf:form.submit
Expand Down