1{
2 "title": "Style variation name",
3 "description": "Style variation description",
4 "settings": {
5 "typography": {
6 "fontSizes": [
7 {
8 "name": "Font size name"
9 }
10 ],
11 "fontFamilies": [
12 {
13 "name": "Font family name"
14 }
15 ]
16 },
17 "color": {
18 "palette": [
19 {
20 "name": "Color name"
21 }
22 ],
23 "gradients": [
24 {
25 "name": "Gradient name"
26 }
27 ],
28 "duotone": [
29 {
30 "name": "Duotone name"
31 }
32 ]
33 },
34 "spacing": {
35 "spacingSizes": [
36 {
37 "name": "Space size name"
38 }
39 ]
40 },
41 "dimensions": {
42 "aspectRatios": [
43 {
44 "name": "Aspect ratio name"
45 }
46 ]
47 },
48 "shadow": {
49 "presets": [
50 {
51 "name": "Shadow name"
52 }
53 ]
54 },
55 "border": {
56 "radiusSizes": [
57 {
58 "name": "Border radius size name"
59 }
60 ]
61 },
62 "blocks": {
63 "*": {
64 "typography": {
65 "fontSizes": [
66 {
67 "name": "Font size name"
68 }
69 ],
70 "fontFamilies": [
71 {
72 "name": "Font family name"
73 }
74 ]
75 },
76 "color": {
77 "palette": [
78 {
79 "name": "Color name"
80 }
81 ],
82 "gradients": [
83 {
84 "name": "Gradient name"
85 }
86 ],
87 "duotone": [
88 {
89 "name": "Duotone name"
90 }
91 ]
92 },
93 "dimensions": {
94 "aspectRatios": [
95 {
96 "name": "Aspect ratio name"
97 }
98 ]
99 },
100 "spacing": {
101 "spacingSizes": [
102 {
103 "name": "Space size name"
104 }
105 ]
106 },
107 "border": {
108 "radiusSizes": [
109 {
110 "name": "Border radius size name"
111 }
112 ]
113 }
114 }
115 }
116 },
117 "customTemplates": [
118 {
119 "title": "Custom template name"
120 }
121 ],
122 "templateParts": [
123 {
124 "title": "Template part name"
125 }
126 ]
127}
128