@@ -337,22 +337,22 @@ everybody
337337Example: 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