Can't give a string contains '.' as ths category name for nodes

Hi,

Can't I give a string contains '.' for the category of a node? I tried following but not worked. Is the a default behavior.

RED.nodes.registerType('myNode'),{
        category: 'my.custom.category',

Correct, you cannot have . in the category name. You can use spaces or _ to separate words in the category.