-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
95 lines (95 loc) · 1.64 KB
/
theme.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
{
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"settings": {
"appearanceTools": false,
"blocks": {
"core/button": {
"border": {
"radius": false
}
},
"core/paragraph": {
"border": [],
"color": [],
"custom": [],
"layout": [],
"spacing": [],
"typography": []
}
},
"border": {
"color": false,
"radius": false,
"style": false,
"width": false
},
"color": {
"background": false,
"custom": false,
"customDuotone": false,
"customGradient": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [],
"gradients": [],
"link": false,
"text": false
},
"layout": {
"contentSize": "min( calc( 100% - var(--gutter, 2rem) * 2 ), var(--content-size, 60rem) )",
"wideSize": "min( calc( 100% - var(--gutter, 2rem) * 2 ), var(--wide-size, 80rem) )"
},
"spacing": {
"blockGap": null,
"margin": false,
"padding": false,
"units": [
"px",
"em",
"rem",
"vh",
"vw",
"%"
]
},
"typography": {
"customFontSize": false,
"dropCap": false,
"fontFamilies": [],
"fontSizes": [],
"fontStyle": false,
"fontWeight": false,
"letterSpacing": false,
"lineHeight": false,
"textDecoration": false,
"textTransform": false
}
},
"styles": {
"blocks": {
"core/button": {
"color": {
"background": "transparent"
}
},
"core/columns": {
"spacing": {
"margin": {
"bottom": "0"
}
}
},
"core/image": {
"spacing": {
"margin": {
"bottom": "0",
"left": "0",
"right": "0",
"top": "0"
}
}
}
}
},
"version": 2
}