author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
18 | 1 |
{ |
19 | 2 |
"title": "Style variation name", |
18 | 3 |
"settings": { |
4 |
"typography": { |
|
5 |
"fontSizes": [ |
|
6 |
{ |
|
7 |
"name": "Font size name" |
|
8 |
} |
|
19 | 9 |
], |
10 |
"fontFamilies": [ |
|
11 |
{ |
|
12 |
"name": "Font family name" |
|
13 |
} |
|
18 | 14 |
] |
15 |
}, |
|
16 |
"color": { |
|
17 |
"palette": [ |
|
18 |
{ |
|
19 |
"name": "Color name" |
|
20 |
} |
|
21 |
], |
|
22 |
"gradients": [ |
|
23 |
{ |
|
24 |
"name": "Gradient name" |
|
25 |
} |
|
26 |
], |
|
27 |
"duotone": [ |
|
28 |
{ |
|
29 |
"name": "Duotone name" |
|
30 |
} |
|
31 |
] |
|
32 |
}, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
33 |
"spacing": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
34 |
"spacingSizes": [ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
35 |
{ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
36 |
"name": "Space size name" |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
37 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
38 |
] |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
39 |
}, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
40 |
"dimensions": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
41 |
"aspectRatios": [ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
42 |
{ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
43 |
"name": "Aspect ratio name" |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
44 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
45 |
] |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
46 |
}, |
18 | 47 |
"blocks": { |
48 |
"*": { |
|
49 |
"typography": { |
|
50 |
"fontSizes": [ |
|
51 |
{ |
|
52 |
"name": "Font size name" |
|
53 |
} |
|
19 | 54 |
], |
55 |
"fontFamilies": [ |
|
56 |
{ |
|
57 |
"name": "Font family name" |
|
58 |
} |
|
18 | 59 |
] |
60 |
}, |
|
61 |
"color": { |
|
62 |
"palette": [ |
|
63 |
{ |
|
64 |
"name": "Color name" |
|
65 |
} |
|
66 |
], |
|
67 |
"gradients": [ |
|
68 |
{ |
|
69 |
"name": "Gradient name" |
|
70 |
} |
|
71 |
] |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
72 |
}, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
73 |
"spacing": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
74 |
"spacingSizes": [ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
75 |
{ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
76 |
"name": "Space size name" |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
77 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
78 |
] |
18 | 79 |
} |
80 |
} |
|
81 |
} |
|
19 | 82 |
}, |
83 |
"customTemplates": [ |
|
84 |
{ |
|
85 |
"title": "Custom template name" |
|
86 |
} |
|
87 |
], |
|
88 |
"templateParts": [ |
|
89 |
{ |
|
90 |
"title": "Template part name" |
|
91 |
} |
|
92 |
] |
|
18 | 93 |
} |