Skip to content

Commit 92d11d5

Browse files
authored
Add files via upload
1 parent 59bae99 commit 92d11d5

File tree

13 files changed

+375
-12
lines changed

13 files changed

+375
-12
lines changed

features/features.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": 2,
4+
"id": "sidebar",
5+
"versionAdded": "v3.8.0"
6+
},
27
{
38
"version": 2,
49
"id": "project-version-detector",
@@ -1141,18 +1146,6 @@
11411146
"file": "round-profile-pictures",
11421147
"type": ["Website", "Theme"]
11431148
},
1144-
{
1145-
"title": "Sidebar",
1146-
"description": "Adds a sidebar to the Scratch website, rather than just the normal navigation bar at the top of the screen.",
1147-
"credits": ["Scratchfangs", "rgantzos", "callumjt"],
1148-
"urls": [
1149-
"https://scratch.mit.edu/users/scratchfangs/",
1150-
"https://scratch.mit.edu/users/rgantzos/",
1151-
"https://scratch.mit.edu/users/callumjt/"
1152-
],
1153-
"file": "sidebar",
1154-
"type": ["Website", "Theme"]
1155-
},
11561149
{
11571150
"title": "Ocular Links in Forums",
11581151
"description": "Adds a link to any user's Ocular page right below their username on a post.",

features/sidebar/data.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"title": "Sidebar",
3+
"description": "Adds a sidebar to the Scratch website, rather than just the normal navigation bar at the top of the screen.",
4+
"credits": [
5+
{"username": "Scratchfangs", "url": "https://scratch.mit.edu/users/scratchfangs/"},
6+
{"username": "rgantzos", "url": "https://scratch.mit.edu/users/rgantzos/"},
7+
{"username": "callumjt", "url": "https://scratch.mit.edu/users/callumjt/"}
8+
],
9+
"type": ["Website", "Theme"],
10+
"dynamic": false,
11+
"scripts": [{"file": "./script.js", "runOn": "/"}],
12+
"styles": [{"file": "./style.css", "runOn": "/"}],
13+
"resources": [
14+
{"name": "search", "path": "/resources/search.svg"},
15+
{"name": "home", "path": "/resources/home.svg"},
16+
{"name": "create", "path": "/resources/create.svg"},
17+
{"name": "explore", "path": "/resources/explore.svg"},
18+
{"name": "ideas", "path": "/resources/ideas.svg"},
19+
{"name": "about", "path": "/resources/about.svg"},
20+
{"name": "logout", "path": "/resources/logout.svg"},
21+
{"name": "settings", "path": "/resources/settings.svg"},
22+
{"name": "signIn", "path": "/resources/signin.svg"}
23+
]
24+
}
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)