---
title: "page"
manual: "TypoScript Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3tsref:user-page@main"
source: "UserTsconfig/Page.rst"
rendered: "2026-09-19T06:55:14+00:00"
---

# page {#user-page}

Override any page TSconfig property on a user or group basis by prefixing
the according property path with `page.`. Find more information about this
in the [Using and setting](https://docs.typo3.org/permalink/t3tsref:user-override-modify-values@main) section.

Example:

**EXT:site_package/Configuration/user.tsconfig**

```typoscript
page.TCEMAIN.table.pages.disablePrependAtCopy = 1
```
