This will work. It’s weird though that you need to set ObjectLiteral
inside FKCHandler_Switch
and not directly inside UK2Node_Switch
. This requires creating essentially a copy of FKCHandler_Switch
with the slight modification you specified. It seems to me that the developers simply forgot (or never thought) to do this functionality.