Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Dec 30, 2024
1 parent da36103 commit ac0e7e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SpBlocklyJS/googlemap_20241226/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Blockly.Blocks['googlemap_addpoint'] = {
this.appendValueInput("title")
.setAlign(Blockly.ALIGN_RIGHT)
.setCheck("String")
.appendField(Blockly.Msg["GOOGLEMAP_TITLE"]);
.appendField(Blockly.Msg["GOOGLEMAP_TITLE"]);
this.appendValueInput("content")
.setAlign(Blockly.ALIGN_RIGHT)
.setCheck("String")
Expand All @@ -112,6 +112,7 @@ Blockly.Blocks['googlemap_point_function'] = {
[Blockly.Msg["GOOGLEMAP_POINT_UPDATE_LONGITUDE"],"update_longitude"],
[Blockly.Msg["GOOGLEMAP_POINT_UPDATE_POSITION"],"update_position"],
[Blockly.Msg["GOOGLEMAP_POINT_UPDATE_TITLE"],"update_title"],
[Blockly.Msg["GOOGLEMAP_POINT_UPDATE_ZINDEX"],"update_zindex"],
[Blockly.Msg["GOOGLEMAP_POINT_UPDATE_ICON"],"update_icon"],
[Blockly.Msg["GOOGLEMAP_POINT_OPEN_CONTENT"],"open_content"],
[Blockly.Msg["GOOGLEMAP_POINT_CLOSE_CONTENT"],"close_content"],
Expand Down

0 comments on commit ac0e7e2

Please sign in to comment.