@@ -337,22 +337,22 @@ everybody
337
337
Example: Set permissions defaults so that everybody can see the page
338
338
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
339
339
340
- .. code-block :: typoscript
341
- :caption: EXT:site_package/Configuration/page.tsconfig
340
+ .. code-block :: typoscript
341
+ :caption: EXT:site_package/Configuration/page.tsconfig
342
342
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
+ }
347
347
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:
351
351
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
354
354
355
- Page with altered permissions for backend users, groups and everybody
355
+ Page with altered permissions for backend users, groups and everybody
356
356
357
357
.. index :: Page permissions; Group
358
358
0 commit comments