-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
18 lines (18 loc) · 727 Bytes
/
theme.json
File metadata and controls
18 lines (18 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "SimpleLayout",
"description": "A simple theme",
"author": "Christian Heinisch",
"version": "1.0.4",
"license": "MIT",
"tooltips": {
"+main": "The main content of the page",
"+LeftBlock": "the content of the left side",
"+RightBlock": "the content of the right side",
"appleTouchIcon": "The file to be used as Apple touch icon",
"checkboxDarkTheme": "Enable dark theme",
"checkboxHideSearch": "Hide search field",
"checkboxShowInFooter": "Show a link to this page in the footer menu",
"checkboxShowInNavbar": "Show a link to this page in the navbar menu",
"itemsTrackingCode":"Additional Tracking Code in the Footer Area"
}
}