Skip to content

Commit

Permalink
add "weight" to extensions and hide radio
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Mar 28, 2024
1 parent 4c423a8 commit 93d9abb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/datalogger/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"files": [
"datalogger.ts"
],
"weight": 99,
"public": true,
"disablesVariants": [
"minidal",
Expand Down
1 change: 1 addition & 0 deletions libs/funk/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"radio.ts",
"targetoverrides.ts"
],
"weight": 97,
"public": true,
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/radio",
"icon": "./static/packages/radio/icon.png",
Expand Down
1 change: 1 addition & 0 deletions libs/microphone/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"minidal",
"minidalusb"
],
"weight": 98,
"icon": "./static/packages/microphone/icon.png"
}
1 change: 1 addition & 0 deletions libs/radio/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"radio.ts",
"targetoverrides.ts"
],
"searchOnly": true,
"public": true,
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/radio",
"icon": "./static/packages/radio/icon.png",
Expand Down

0 comments on commit 93d9abb

Please sign in to comment.