From 8dba64cce6e3dd5bd38e818e79d3407cc131fda8 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 30 Jan 2020 11:28:31 +0100 Subject: [PATCH] Allow menu_abstract in tceform --- .../PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig b/Configuration/PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig index d118cbb..e373d7e 100644 --- a/Configuration/PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig +++ b/Configuration/PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig @@ -26,6 +26,6 @@ mod.wizards.newContentElement.wizardItems { } TCEFORM.tt_content { CType { - keepItems := addToList(text, image) + keepItems := addToList(text, image, menu_abstract) } }