-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
36 lines (35 loc) · 1.07 KB
/
theme.json
File metadata and controls
36 lines (35 loc) · 1.07 KB
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
{
"name": "Keep Reading",
"description": "A light and elegant multi-purpose theme",
"author": "Christian Heinisch",
"version": "1.2.1",
"license": "MIT",
"masks": {
"page": [
"formatDatePost",
"formatDateProject",
"checkboxCloudCSS"
],
"post": [
"checkboxCloudCSS",
"checkboxShowBloglist"
],
"shared": [
"+main",
"subheadline",
"author",
"checkboxDark"
]
},
"tooltips": {
"+main":"The normal Editor for Blocks",
"subheadline":"A Subheadline for a Blogpost or Page",
"author":"The Name of the Author",
"checkboxShowinBottomNav_1":"Show Page in Bottom Nav 1",
"checkboxShowinBottomNav_2":"Show Page in Bottom Nav 2",
"checkboxCloudCSS":"Using UIKit cdn for delivery",
"checkboxLightBox":"Using Lightbox for Pictures",
"itemsTrackingCode":"Additional Tracking Code in the Footer Area",
"checkboxHideBloglist":"Show Page in Bloglist"
}
}