I will try and see if I can explain this in a meaningful way. If not, please ask questions :)
I am taking over an old C2 project that needs to be converted to C3. It uses some addons, and I am on top of those, by installing the same ported versions in C3.
However, the former developer added an extra feature to the build-in plugin "text" that allows for character wrapping. This is now a built-in feature in C3. This little custom tweak is now causing issues as C3 won't allow me to import the C2 .capx file as it is missing ID "7" which is referring to custom character wrapping in the text plugin.
Anyone who knows how I can attack this problem in the best way?