---
title: "page"
manual: "TypoScript Explained"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3tsref:user-page@13.4"
source: "UserTsconfig/Page.rst"
modified: "2026-09-15T19:26:31+00:00"
---

# 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@13.4) section.

Example:

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

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