for some reason the very good extension contagged does not provide the dropdown to select what type of term the current item is. so all my entries in the sysfolder “terms” have type 0.
the little tweak in the userTS changes all newly created terms to be a tooltip:
TCAdefaults.tx_contagged_terms.term_type = tooltip
a small UPDATE in mysql made the already existing terms to tooltips as well. a post before i saved how to have only contagged items in this sysfolder.
to avoid editor´s overkill when just creating a little tooltip i also remove some fields from the very flexible contagged terms item in PageTS:
TCEFORM.tx_contagged_terms {
image.disabled = 1
imagecaption.disabled = 1
imagetitle.disabled = 1
imagealt.disabled = 1
exclude.disabled = 1
term_type.disabled = 1
term_replace.disabled = 1
desc_short.disabled = 1
starttime.disabled = 1
endtime.disabled = 1
fe_group.disabled = 1
sys_language_uid.disabled = 1
}
i also do hide fe_group access dropdown and the system´s language selector thus making the backend experience more simple.