From 3b4f18b8c4bf1684f00593f448815b02cf82f73c Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 28 Nov 2019 17:30:25 +0100 Subject: [PATCH] Cleanup pages fields --- .../PageTSconfig/Tceform/Pages.tsconfig | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/Configuration/PageTSconfig/Tceform/Pages.tsconfig b/Configuration/PageTSconfig/Tceform/Pages.tsconfig index dca59b7..86d7430 100644 --- a/Configuration/PageTSconfig/Tceform/Pages.tsconfig +++ b/Configuration/PageTSconfig/Tceform/Pages.tsconfig @@ -5,4 +5,51 @@ TCEFORM.pages { rowDescription { disabled = 1 } + + nav_title { + disabled = 1 + } + + subtitle { + disabled = 1 + } + + seo_title { + disabled = 1 + } + + author { + disabled = 1 + } + author_email { + disabled = 1 + } + + content_from_pid { + disabled = 1 + } + + newUntil { + disabled = 1 + } + + layout { + disabled = 1 + } + + cache_timeout { + disabled = 1 + } + + cache_tags { + disabled = 1 + } + + php_tree_stop { + disabled = 1 + } + + module { + disabled = 1 + } }