We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541cdb1 commit bab9deeCopy full SHA for bab9dee
features/project-miniplayer/data.json
@@ -8,8 +8,8 @@
8
"tags": ["New", "Featured"],
9
"dynamic": true,
10
"options": [
11
- { "id": "position-right", "name": "Place the player to the right.", "type": 1 },
12
- { "id": "position-bottom", "name": "Place the player to the bottom.", "type": 1 },
+ { "id": "position-right", "name": "Move the player to the right.", "type": 1 },
+ { "id": "position-bottom", "name": "Move the player to the bottom.", "type": 1 },
13
{ "id": "opacity", "name": "Player Transparency (0% - 90%)", "type": 2 }
14
],
15
"scripts": [{ "file": "script.js", "runOn": "/projects/*" }],
0 commit comments