-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.json
45 lines (45 loc) · 1.03 KB
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"title": "opencare Maker Playbook",
"author": "WeMake",
"plugins": [
"anchorjs",
"styled-blockquotes",
"todo",
"include-codeblock",
"ace",
"copy-code-button",
"noembed",
"embed-pdf",
"autocover",
"layout-tags"
],
"pluginsConfig": {
"anchorjs": {
"placement": "left",
"visible": "hover",
"class": "anchorjs-link"
},
"include-codeblock": {
"template": "ace",
"unindent": true
},
"image-captions": {
"caption": "_CAPTION_",
"attributes": { "style": "margin: 0 auto; display: block;" }
},
"autocover": {
"font": {
"size": 20,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
}
}
}
}