Skip to content

Commit f23a915

Browse files
Fix indentation of example (#1501)
Releases main, 13.4 Co-authored-by: Lina Wolf <[email protected]>
1 parent ac07ee2 commit f23a915

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Documentation/PageTsconfig/TceMain.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -337,22 +337,22 @@ everybody
337337
Example: Set permissions defaults so that everybody can see the page
338338
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
339339

340-
.. code-block:: typoscript
341-
:caption: EXT:site_package/Configuration/page.tsconfig
340+
.. code-block:: typoscript
341+
:caption: EXT:site_package/Configuration/page.tsconfig
342342
343-
TCEMAIN.permissions {
344-
# Everybody can at least see the page, normally everybody can do nothing
345-
everybody = show
346-
}
343+
TCEMAIN.permissions {
344+
# Everybody can at least see the page, normally everybody can do nothing
345+
everybody = show
346+
}
347347
348-
The page "Community" was created with the settings from the example
349-
above. Compared to the two other pages created with default
350-
permissions you can see the effect: "Everybody" has read access:
348+
The page "Community" was created with the settings from the example
349+
above. Compared to the two other pages created with default
350+
permissions you can see the effect: "Everybody" has read access:
351351

352-
.. figure:: /Images/ManualScreenshots/Access/AccessDefaultActions.png
353-
:alt: Page with altered permissions for backend users, groups and everybody
352+
.. figure:: /Images/ManualScreenshots/Access/AccessDefaultActions.png
353+
:alt: Page with altered permissions for backend users, groups and everybody
354354

355-
Page with altered permissions for backend users, groups and everybody
355+
Page with altered permissions for backend users, groups and everybody
356356

357357
.. index:: Page permissions; Group
358358

0 commit comments

Comments
 (0)