Skip to content

Commit

Permalink
Default oid for files meta (blockly)
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Dec 11, 2023
1 parent 02800fa commit 19e7d78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/public/google-blockly/own/blocks_trigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ Blockly.Trigger.blocks['onFile'] =
'<block type="onFile">'
+ ' <value name="OID">'
+ ' <shadow type="field_oid_meta">'
+ ' <field name="oid">Meta Object ID</field>'
+ ' <field name="oid">0_userdata.0</field>'
+ ' </shadow>'
+ ' </value>'
+ ' <value name="FILE">'
Expand Down Expand Up @@ -1072,7 +1072,7 @@ Blockly.Trigger.blocks['offFile'] =
'<block type="offFile">'
+ ' <value name="OID">'
+ ' <shadow type="field_oid_meta">'
+ ' <field name="oid">Meta Object ID</field>'
+ ' <field name="oid">0_userdata.0</field>'
+ ' </shadow>'
+ ' </value>'
+ ' <value name="FILE">'
Expand Down
4 changes: 2 additions & 2 deletions src/public/google-blockly/own/blocks_words.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19e7d78

Please sign in to comment.