Bug #84850
closed
modify "mod.wizards.newContentElement.wizardItems" failed
Added by Loon Buster over 6 years ago.
Updated over 4 years ago.
Description
hello.
modify/customizing not working anymore - in 7.6.* this works fine:
tmp.wizards < mod.wizards.newContentElement.wizardItems
mod.wizards.newContentElement.wizardItems >
mod.wizards.newContentElement.renderMode = tabs
mod.wizards.newContentElement.wizardItems {
others.elements < tmp.wizards.plugins.elements
others.elements {
shortcut < tmp.wizards.special.elements.shortcut
login < tmp.wizards.forms.elements.login
html < tmp.wizards.special.elements.html
}
others.header = Others
others.show = *
..
}
also this example not working: https://docs.typo3.org/typo3cms/TSconfigReference/PageTsconfig/Mod/Index.html#example-2
best,
.loon
Files
..if i attach that it works.
mod.wizards.newContentElement.wizardItems.plugins.elements < tmp.wizards.plugins.elements
- Status changed from New to Needs Feedback
can you please explain the behaviour you get and the expected behaviour? "not working" doesn't help too much
..i thought this source-code self explanatory; but ky. here we go:
# set "mod.wizards.newContentElement.wizardItems" to tmp
tmp.wizards < mod.wizards.newContentElement.wizardItems
# kill "mod.wizards.newContentElement.wizardItems"
mod.wizards.newContentElement.wizardItems >
mod.wizards.newContentElement.renderMode = tabs
mod.wizards.newContentElement.wizardItems {
# move all wizards plugins.elements to newContentElement wizardItem "others"
others.elements < tmp.wizards.plugins.elements
others.elements {
# move special element "shortcut" to others
shortcut < tmp.wizards.special.elements.shortcut
# move forms element "login" to others
login < tmp.wizards.forms.elements.login
# move special element "html" to others
html < tmp.wizards.special.elements.html
}
# set title
others.header = Others
# show all
others.show = *
# until here it isn't working
# BUT if i set tmp.plugins.elements back to plugins.elements it will be displayed under "others"
plugins.elements < tmp.wizards.plugins.elements
}
and this make no sense. ..something is "hanging" in the elements if i don't move back the "elements" in 7.6.x it works without
- Target version changed from 8.7.13 to 8.7.19
- Target version changed from 8.7.19 to Candidate for patchlevel
The issue seems to be solved in v9 and v10 (see attached screenshot), thus I'll close this ticket.
Also available in: Atom
PDF