From 3959845c8c05309d9feba824dfd29fa8aaf8fdb9 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:42:23 +0100 Subject: [PATCH] Fix indentation of example Releases main, 13.4 --- Documentation/PageTsconfig/TceMain.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/PageTsconfig/TceMain.rst b/Documentation/PageTsconfig/TceMain.rst index 7c5d95cfd..714debdef 100644 --- a/Documentation/PageTsconfig/TceMain.rst +++ b/Documentation/PageTsconfig/TceMain.rst @@ -337,22 +337,22 @@ everybody Example: Set permissions defaults so that everybody can see the page ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - .. code-block:: typoscript - :caption: EXT:site_package/Configuration/page.tsconfig +.. code-block:: typoscript + :caption: EXT:site_package/Configuration/page.tsconfig - TCEMAIN.permissions { - # Everybody can at least see the page, normally everybody can do nothing - everybody = show - } + TCEMAIN.permissions { + # Everybody can at least see the page, normally everybody can do nothing + everybody = show + } - The page "Community" was created with the settings from the example - above. Compared to the two other pages created with default - permissions you can see the effect: "Everybody" has read access: +The page "Community" was created with the settings from the example +above. Compared to the two other pages created with default +permissions you can see the effect: "Everybody" has read access: - .. figure:: /Images/ManualScreenshots/Access/AccessDefaultActions.png - :alt: Page with altered permissions for backend users, groups and everybody +.. figure:: /Images/ManualScreenshots/Access/AccessDefaultActions.png + :alt: Page with altered permissions for backend users, groups and everybody - Page with altered permissions for backend users, groups and everybody + Page with altered permissions for backend users, groups and everybody .. index:: Page permissions; Group