Allow menu_abstract in tceform

This commit is contained in:
Daniel Siepmann 2020-01-30 11:28:31 +01:00
parent 6121385989
commit 8dba64cce6

View file

@ -26,6 +26,6 @@ mod.wizards.newContentElement.wizardItems {
}
TCEFORM.tt_content {
CType {
keepItems := addToList(text, image)
keepItems := addToList(text, image, menu_abstract)
}
}