For overriding grid size of a node we want to be able to input numbers instead of choosing from a bunch of options. A grid is represented by two numbers X and Y where both fall within some rage that the server can provide with the editable key value pair.
e.g. 1x64 and 8x8 are valid grids.
From @odjuricicTT: