-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
47 lines (47 loc) · 1.18 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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"styles": {},
"settings": {
"appearanceTools": false,
"border": {
"radius": false,
"color": false,
"style": false,
"width": false
},
"spacing": {
"margin": false,
"padding": false
},
"typography": {
"fontSizes": [],
"fontFamilies": [],
"dropCap": false,
"letterSpacing": false,
"textTransform": false,
"textDecoration": false,
"customFontSize": false,
"fontStyle": false,
"fontWeight": false,
"lineHeight": false
},
"color": {
"link": false,
"custom": false,
"customDuotone": false,
"customGradient": false,
"defaultGradients": false,
"defaultPalette": false,
"text": false,
"background": false
},
"blocks": {
"core/button": {
"border": {
"radius": false
}
}
}
}
}