Blockly.Blocks['type_null'] = {
  // Null type.
  valueType: 'null',
  init: function() {
    this.setColour(230);