Index: typo3/sysext/t3editor/jslib/ts_codecompletion/tsparser.js =================================================================== --- typo3/sysext/t3editor/jslib/ts_codecompletion/tsparser.js (revision 6273) +++ typo3/sysext/t3editor/jslib/ts_codecompletion/tsparser.js (working copy) @@ -424,8 +431,11 @@ var treeNode = getTreeNode(path); // if we are inside a GIFBUILDER Object if(treeNode.parent != null && treeNode.parent.value == "GIFBUILDER" && value == "TEXT") { - value = "IMGTEXT"; + value = "GB_TEXT"; } + if(treeNode.parent != null && treeNode.parent.value == "GIFBUILDER" && value == "IMAGE") { + value = "GB_IMAGE"; + } // just override if it is a real objecttype if (tsRef.isType(value)) { treeNode.value = value; Index: typo3/sysext/t3editor/tsref/tsref.xml =================================================================== --- typo3/sysext/t3editor/tsref/tsref.xml (revision 6273) +++ typo3/sysext/t3editor/tsref/tsref.xml (working copy) @@ -2009,7 +2009,7 @@ ]]> - + - + @@ -2048,7 +2048,7 @@ ]]> - + @@ -2068,7 +2068,7 @@ ]]> - + - + @@ -2174,7 +2174,7 @@ ]]> - + @@ -2195,7 +2195,7 @@ ]]> - + @@ -2215,7 +2215,7 @@ ]]> - + - + - + - + - + (isset)