Bug #65140
closed
Configuring image orientaions in ts config removes Text/Pic in Wizard
Added by Dirk Koritnik almost 10 years ago.
Updated over 9 years ago.
Description
Removing the image orientation #17 in the tsconfig:
tt_content {
imageorient {
removeItems = 17
}
}
removes the text/pic button in the content wizard.
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Hi Dirk,
what happens if you use the correct syntax?
TCEFORM {
tt_content {
imageorient {
removeItems = 17
}
}
}
Does it still get removed?
Yes, of course. Thats the syntax i used.
- Status changed from Needs Feedback to Accepted
Can reproduce (got no clue why, though).
Current master is not affected
If I remember correct the removeItems only works for items set with showItems. By default showItems is empty (or * need to check that) what results in show all options. Removing an item results in no items at all as the item isn't in the showItems list.
- Status changed from Accepted to Closed
I am not able to reproduce both with 6.2.12 and 7 (current master) adding:
TCEFORM {
tt_content {
imageorient {
removeItems = 0,1,2
}
}
}
So, I close this; If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Also available in: Atom
PDF