PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / lib / theme-i18n.json
lib
block-supports 4 months ago compat 3 months ago experimental 3 months ago media 3 months ago README.md 10.0 KB 7 months ago block-editor-settings.php 5.4 KB 7 months ago block-template-utils.php 3.5 KB 1 year ago blocks.php 11.8 KB 7 months ago class-wp-duotone-gutenberg.php 37.6 KB 5 months ago class-wp-icons-registry-gutenberg.php 7.1 KB 4 months ago class-wp-rest-edit-site-export-controller-gutenberg.php 1.2 KB 2 years ago class-wp-rest-global-styles-controller-gutenberg.php 24.5 KB 7 months ago class-wp-rest-icons-controller-gutenberg.php 481 B 4 months ago class-wp-theme-json-data-gutenberg.php 1.7 KB 2 years ago class-wp-theme-json-gutenberg.php 196.1 KB 3 months ago class-wp-theme-json-resolver-gutenberg.php 34.7 KB 6 months ago class-wp-theme-json-schema-gutenberg.php 7.4 KB 7 months ago client-assets.php 16.4 KB 4 months ago demo.php 1.6 KB 1 year ago global-styles-and-settings.php 14.2 KB 7 months ago init.php 945 B 4 months ago interactivity-api.php 1.2 KB 7 months ago load.php 10.9 KB 3 months ago mathml-kses.php 6.3 KB 10 months ago overlay-patterns.php 12.2 KB 6 months ago remove-core-enqueue-scripts.php 779 B 5 months ago rest-api.php 1.6 KB 4 months ago script-loader.php 5.9 KB 5 months ago theme-i18n.json 1.8 KB 7 months ago theme.json 9.2 KB 5 months ago upgrade.php 2.6 KB 5 months ago

theme-i18n.json in Gutenberg 23.2.0, at lib/theme-i18n.json

138 lines 1.8 KB Raw Download Zip
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 "dimensionSizes": [
48 {
49 "name": "Dimension size name"
50 }
51 ]
52 },
53 "shadow": {
54 "presets": [
55 {
56 "name": "Shadow name"
57 }
58 ]
59 },
60 "border": {
61 "radiusSizes": [
62 {
63 "name": "Border radius size name"
64 }
65 ]
66 },
67 "blocks": {
68 "*": {
69 "typography": {
70 "fontSizes": [
71 {
72 "name": "Font size name"
73 }
74 ],
75 "fontFamilies": [
76 {
77 "name": "Font family name"
78 }
79 ]
80 },
81 "color": {
82 "palette": [
83 {
84 "name": "Color name"
85 }
86 ],
87 "gradients": [
88 {
89 "name": "Gradient name"
90 }
91 ],
92 "duotone": [
93 {
94 "name": "Duotone name"
95 }
96 ]
97 },
98 "dimensions": {
99 "aspectRatios": [
100 {
101 "name": "Aspect ratio name"
102 }
103 ],
104 "dimensionSizes": [
105 {
106 "name": "Dimension size name"
107 }
108 ]
109 },
110 "spacing": {
111 "spacingSizes": [
112 {
113 "name": "Space size name"
114 }
115 ]
116 },
117 "border": {
118 "radiusSizes": [
119 {
120 "name": "Border radius size name"
121 }
122 ]
123 }
124 }
125 }
126 },
127 "customTemplates": [
128 {
129 "title": "Custom template name"
130 }
131 ],
132 "templateParts": [
133 {
134 "title": "Template part name"
135 }
136 ]
137 }
138