Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
[BUGFIX] Correct captions in code blocks for site sets
Browse files Browse the repository at this point in the history
Related: TYPO3-Documentation/Changelog-To-Doc#891
Related: #505
Releases: main
  • Loading branch information
brotkrueml committed May 10, 2024
1 parent 4842282 commit d851847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/UsingSetting/PageTSconfig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ site configuration and it will be automatically loaded for all pages in that
site.

.. code-block:: tsconfig
:caption: config/sites/my-site/config.tsconfig
:caption: config/sites/my-site/page.tsconfig
# This tsconfig will be loaded for pages in site "my-site"
# [...]
Expand All @@ -138,7 +138,7 @@ of all sites that depend on this set:


.. code-block:: tsconfig
:caption: EXT:my_extension/Configuration/Sets/MySet/config.tsconfig
:caption: EXT:my_extension/Configuration/Sets/MySet/page.tsconfig
# This tsconfig will be loaded for pages in all sites that depend on set 'my-vendor/my-set'
# [...]
Expand Down

0 comments on commit d851847

Please sign in to comment.