[TYPO3-english] New content element wizard bug?
Jan Kornblum
jan.kornblum at gmx.de
Tue Sep 23 11:45:27 CEST 2014
Hi group,
all items except "text" and "text/image" should be disabled.
"text/image" should only contain items 25 and 26 as imageorient. As
soon as imageorient "17" is being removed, the "text/image" items
disappears from new content element wizard. Tested in different 6.2.x
installations.
A bug?
Kind regards, Jan
---
TCAdefaults.tt_content{
imageorient = 26
}
TCEFORM.tt_content{
imageorient{
#removeItems = 0,1,2,8,9,10,17,18,25,26
removeItems = 0,1,2,8,9,10,17,18
disableNoMatchingValueElement = 1
}
}
TCEFORM.tt_content.CType {
removeItems := addToList(
header,image,bullets,table,uploads,mailform,search,login,multimedia,media,splash,shortcut,list,script,div,html,menu)
}
More information about the TYPO3-english
mailing list