Skip to content

Commit 4185805

Browse files
committed
Reorder new features
1 parent 7f7417a commit 4185805

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

features/features.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
[
22
{
3-
"title": "Stage on Left Side",
4-
"description": "Like in Scratch 2.0, moves the stage to the left side of the editor, rather than keeping it on the right.",
5-
"credits": ["GarboMuffin"],
6-
"urls": ["https://scratch.mit.edu/users/GarboMuffin/"],
7-
"file": "left-side-stage",
8-
"type": ["Editor"],
9-
"tags": ["New"],
10-
"dynamic": true
3+
"title": "Pause Audio",
4+
"description": "Allows you to pause and resume audio in the sound editor of Scratch projects.",
5+
"credits": ["Giolaboman", "rgantzos"],
6+
"urls": [
7+
"https://scratch.mit.edu/users/Giolaboman/",
8+
"https://scratch.mit.edu/users/rgantzos/"
9+
],
10+
"file": "pause-audio",
11+
"type": ["Website"],
12+
"tags": ["New", "Recommended"],
13+
"dynamic": true,
14+
"default": true
15+
},
16+
{
17+
"title": "Display Message Count",
18+
"description": "Displays your current message count in the extension icon for ScratchTools.",
19+
"credits": ["rgantzos"],
20+
"urls": ["https://scratch.mit.edu/users/rgantzos/"],
21+
"file": "display-message-count-in-icon",
22+
"type": [],
23+
"tags": ["New"]
1124
},
1225
{
1326
"title": "Colored Context Menus",
@@ -19,11 +32,11 @@
1932
"tags": ["New"]
2033
},
2134
{
22-
"title": "Hide Disabled Context Menu Options",
23-
"description": "Context menu options in the editor show even if they are disabled and unable to be used, so this feature will hide them if they are.",
24-
"credits": ["rgantzos"],
25-
"urls": ["https://scratch.mit.edu/users/rgantzos/"],
26-
"file": "hide-disabled-menu-options",
35+
"title": "Stage on Left Side",
36+
"description": "Like in Scratch 2.0, moves the stage to the left side of the editor, rather than keeping it on the right.",
37+
"credits": ["GarboMuffin"],
38+
"urls": ["https://scratch.mit.edu/users/GarboMuffin/"],
39+
"file": "left-side-stage",
2740
"type": ["Editor"],
2841
"tags": ["New"],
2942
"dynamic": true
@@ -38,27 +51,14 @@
3851
"tags": ["New"]
3952
},
4053
{
41-
"title": "Display Message Count",
42-
"description": "Displays your current message count in the extension icon for ScratchTools.",
54+
"title": "Hide Disabled Context Menu Options",
55+
"description": "Context menu options in the editor show even if they are disabled and unable to be used, so this feature will hide them if they are.",
4356
"credits": ["rgantzos"],
4457
"urls": ["https://scratch.mit.edu/users/rgantzos/"],
45-
"file": "display-message-count-in-icon",
46-
"type": [],
47-
"tags": ["New"]
48-
},
49-
{
50-
"title": "Pause Audio",
51-
"description": "Allows you to pause and resume audio in the sound editor of Scratch projects.",
52-
"credits": ["Giolaboman", "rgantzos"],
53-
"urls": [
54-
"https://scratch.mit.edu/users/Giolaboman/",
55-
"https://scratch.mit.edu/users/rgantzos/"
56-
],
57-
"file": "pause-audio",
58-
"type": ["Website"],
59-
"tags": ["New", "Recommended"],
60-
"dynamic": true,
61-
"default": true
58+
"file": "hide-disabled-menu-options",
59+
"type": ["Editor"],
60+
"tags": ["New"],
61+
"dynamic": true
6262
},
6363
{
6464
"title": "Dumpster Fire",

0 commit comments

Comments
 (0)