Spaces:
Runtime error
Runtime error
Create src/addons/addons/toolbox-full-blocks-on-hover/_manifest_entry.js
Browse files
src/addons/addons/toolbox-full-blocks-on-hover/_manifest_entry.js
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* generated by pull.js */
|
2 |
+
const manifest = {
|
3 |
+
"editorOnly": true,
|
4 |
+
"noTranslations": true,
|
5 |
+
"name": "Show full blocks in block palette on hover",
|
6 |
+
"description": "When hovering the mouse over a block in the block palette, all blocks in the palette will no longer be cut off at the edge.",
|
7 |
+
"tags": [
|
8 |
+
"new",
|
9 |
+
"recommended"
|
10 |
+
],
|
11 |
+
"enabledByDefault": false,
|
12 |
+
"dynamicEnable": true,
|
13 |
+
"dynamicDisable": true,
|
14 |
+
"userstyles": [
|
15 |
+
{
|
16 |
+
"url": "userstyle.css"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"credits": [
|
20 |
+
{
|
21 |
+
"name": "Gandi-IDE",
|
22 |
+
"link": "https://github.com/Gandi-IDE/"
|
23 |
+
}
|
24 |
+
]
|
25 |
+
};
|
26 |
+
export default manifest;
|