-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
51 lines (51 loc) · 1.31 KB
/
theme.json
File metadata and controls
51 lines (51 loc) · 1.31 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "limestonesoftware/granite",
"menuLocations": [
{
"name": "primary",
"title": "Primary Menu"
},
{
"name": "footer",
"title": "Footer Menu"
}
],
"blockLocations": [
{
"name": "header_code",
"title": "Header Code",
"description": "Code that will be inserted at the end of the <head> section.",
"defaultEditorMode": "code"
},
{
"name": "footer_code",
"title": "Footer Code",
"description": "Code that will be inserted at the end of the <body> section.",
"defaultEditorMode": "code"
}
],
"settings": [
{
"name": "logo",
"title": "Logo",
"help": "Upload your site's logo file",
"type": "file"
},
{
"name": "favicon",
"title": "Favicon",
"help": "Upload your site's favicon file",
"type": "file"
},
{
"name": "font_family",
"title": "Font Family",
"help": "Select from a Google Fonts family",
"type": "text",
"default": "Inter"
}
],
"config": {
"fontawesome": "54c8dbf8b5"
}
}