pxt-common-packages 10.3.17 → 10.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -594,6 +594,10 @@ namespace music {
594
594
  //% blockId=music_song_field_editor
595
595
  //% block="song $song"
596
596
  //% song.fieldEditor=musiceditor
597
+ //% song.fieldOptions.decompileLiterals=true
598
+ //% song.fieldOptions.taggedTemplate="hex"
599
+ //% song.fieldOptions.decompileIndirectFixedInstances="true"
600
+ //% song.fieldOptions.decompileArgumentAsString="true"
597
601
  //% toolboxParent=music_playable_play
598
602
  //% toolboxParentArgument=toPlay
599
603
  //% group="Songs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-common-packages",
3
- "version": "10.3.17",
3
+ "version": "10.3.18",
4
4
  "description": "Microsoft MakeCode (PXT) common packages",
5
5
  "keywords": [
6
6
  "MakeCode",