Skip to content

Commit

Permalink
Fix indentation of example
Browse files Browse the repository at this point in the history
Releases main, 13.4
  • Loading branch information
linawolf authored Jan 3, 2025
1 parent 43c3e24 commit 3959845
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Documentation/PageTsconfig/TceMain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3959845

Please sign in to comment.