Skip to content

Commit 2ddb475

Browse files
author
ColinTree
committed
append: 0.4.1: documents
1 parent d63efc7 commit 2ddb475

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ e.g.
2626
"text_do": "do",
2727
"text_set": "set",
2828
"text_when": "when",
29-
"scale_level": 0.9
29+
"scale_level": 0.9,
30+
"margin": 0,
31+
"margin_left": 0,
32+
"margin_top": 0,
33+
"margin_right": 0,
34+
"margin_bottom": 0
3035
}
3136
}
3237
}

package.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,29 @@
2929
"description": "text \"when\" for events",
3030
"type": "string"
3131
},
32-
"scale_level": {
33-
"default": 1.0,
34-
"description": "scale level for all blocks",
32+
"margin": {
33+
"default": 0,
34+
"description": "margin of blocks, have a lower priority than specified margin parts (margin_top, ect.)",
35+
"type": "number"
36+
},
37+
"margin_left": {
38+
"default": 0,
39+
"description": "left margin of a block",
40+
"type": "number"
41+
},
42+
"margin_top": {
43+
"default": 0,
44+
"description": "top margin of a block",
45+
"type": "number"
46+
},
47+
"right_margin": {
48+
"default": 0,
49+
"description": "right margin of a block",
50+
"type": "number"
51+
},
52+
"margin_bottom": {
53+
"default": 0,
54+
"description": "bottom margin of a block",
3555
"type": "number"
3656
}
3757
}

0 commit comments

Comments
 (0)