Add the type Node and the dictionary

In the file @constants/typesNodes add the new node meta data. This need:

Untitled

When that is already done, when can view the node in the tab nodes:

Untitled

As the @contants/dictionary, need two modifications:

Firts one is in the nodes key, we need to add node object structure. That is for define the the structure at the moment of clone a node, in other words, when we drag a node and need to create a new node.

Untitled

While, the types key, is the definition of the prefix of a node, that is important to asign a unic prefix at the moment of clone a node.

Untitled

With this configuration, is alredy the render and interpreter of the node, the firts one step is done, we can drag and drop the node and see the result.

Untitled