-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.tasks.json
123 lines (123 loc) · 3.06 KB
/
example.tasks.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[{
"title": "Connecting your site",
"subtext": "Follow these steps to experience how CloudCannon helps empower thousands of static site teams to gain full control of their website and content.",
"tasks": [{
"level": "required",
"title": "Sync your files",
"completed": true
},
{
"level": "required",
"title": "Build your site",
"completed": true
},
{
"level": "required",
"title": "Define a global configuration file",
"completed": true
},
{
"level": "required",
"title": "Configure a collection or data for editing",
"completed": true
}
]
},
{
"title": "Polish your editing experience",
"subtext": "Follow these steps customize CloudCannon for your editors' needs",
"tasks": [{
"level": "required",
"title": "Define a collection",
"completed": true
},
{
"level": "recommended",
"title": "Complete your staff collection",
"subtasks": [{
"id": "_collection_config",
"level": "recommended",
"title": "Define configuration",
"completed": false
},
{
"id": "_collection_config.name",
"level": "recommended",
"title": "Add name option",
"completed": false
},
{
"id": "_collection_config.icon",
"level": "recommended",
"title": "Add icon option",
"completed": false
},
{
"id": "_collection_config.documentation",
"level": "optional",
"title": "Add documentation option",
"completed": false
},
{
"id": "_collection_config.description",
"level": "optional",
"title": "Add description option",
"completed": false
},
{
"id": "_collection_config.subtext_key",
"level": "optional",
"title": "Add subtext_key option",
"completed": false
},
{
"id": "_collection_config.image_key",
"level": "optional",
"title": "Add image_key option",
"completed": false
},
{
"id": "_collection_config.image_size",
"level": "optional",
"title": "Add image_size option",
"completed": false
},
{
"id": "_collection_config.singular_name",
"level": "informational",
"title": "Add singular_name option",
"completed": false
}
]
},
{
"id": "_editables.markdown",
"level": "recommended",
"title": "Customise the editor toolbars",
"documentation": {
"text": "Defining custom toolbars",
"url": "https://cloudcannon.com/documentation/articles/defining-editable-regions-in-your-html/#options"
},
"subtasks": [{
"id": "_editables.content",
"level": "recommended",
"title": "Customise the editor toolbar for content editing",
"completed": false
},
{
"id": "_editables.text",
"level": "optional",
"title": "Customise the editor toolbar for text editing",
"completed": false
},
{
"id": "_editables.block",
"level": "optional",
"title": "Customise the editor toolbar for block editing",
"completed": false
}
]
}
]
}
]