Logger
10 months ago
Patterns
10 months ago
PersonalizationTags
7 months ago
Renderer
4 weeks ago
Templates
2 months ago
class-assets-manager.php
4 months ago
class-dependency-check.php
1 year ago
class-email-api-controller.php
4 months ago
class-email-editor.php
4 months ago
class-email-styles-schema.php
1 year ago
class-personalizer.php
4 months ago
class-send-preview-email.php
3 months ago
class-settings-controller.php
2 months ago
class-site-style-sync-controller.php
2 months ago
class-theme-controller.php
2 months ago
class-user-theme.php
1 year ago
content-editor.css
9 months ago
content-shared.css
10 months ago
theme.json
2 months ago
theme.json
307 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/theme.json", |
| 3 | "version": 3, |
| 4 | "settings": { |
| 5 | "color": { |
| 6 | "customGradient": false, |
| 7 | "defaultGradients": false, |
| 8 | "gradients": [], |
| 9 | "background": true, |
| 10 | "text": true, |
| 11 | "link": true, |
| 12 | "customDuotone": false, |
| 13 | "defaultDuotone": false |
| 14 | }, |
| 15 | "layout": { |
| 16 | "contentSize": "660px", |
| 17 | "allowEditing": false, |
| 18 | "allowCustomContentAndWideSize": false |
| 19 | }, |
| 20 | "background": { |
| 21 | "backgroundImage": true |
| 22 | }, |
| 23 | "spacing": { |
| 24 | "units": ["px"], |
| 25 | "blockGap": false, |
| 26 | "padding": true, |
| 27 | "margin": false, |
| 28 | "spacingSizes": [ |
| 29 | { |
| 30 | "name": "1", |
| 31 | "size": "10px", |
| 32 | "slug": "10" |
| 33 | }, |
| 34 | { |
| 35 | "name": "2", |
| 36 | "size": "24px", |
| 37 | "slug": "20" |
| 38 | }, |
| 39 | { |
| 40 | "name": "3", |
| 41 | "size": "30px", |
| 42 | "slug": "30" |
| 43 | }, |
| 44 | { |
| 45 | "name": "4", |
| 46 | "size": "40px", |
| 47 | "slug": "40" |
| 48 | }, |
| 49 | { |
| 50 | "name": "5", |
| 51 | "size": "50px", |
| 52 | "slug": "50" |
| 53 | }, |
| 54 | { |
| 55 | "name": "6", |
| 56 | "size": "60px", |
| 57 | "slug": "60" |
| 58 | } |
| 59 | ] |
| 60 | }, |
| 61 | "border": { |
| 62 | "radius": true, |
| 63 | "color": true, |
| 64 | "style": true, |
| 65 | "width": true |
| 66 | }, |
| 67 | "typography": { |
| 68 | "dropCap": false, |
| 69 | "fontWeight": true, |
| 70 | "lineHeight": true, |
| 71 | "defaultFontSizes": true, |
| 72 | "fontFamilies": [ |
| 73 | { |
| 74 | "name": "Arial", |
| 75 | "slug": "arial", |
| 76 | "fontFamily": "Arial, 'Helvetica Neue', Helvetica, sans-serif" |
| 77 | }, |
| 78 | { |
| 79 | "name": "Comic Sans MS", |
| 80 | "slug": "comic-sans-ms", |
| 81 | "fontFamily": "'Comic Sans MS', 'Marker Felt-Thin', Arial, sans-serif" |
| 82 | }, |
| 83 | { |
| 84 | "name": "Courier New", |
| 85 | "slug": "courier-new", |
| 86 | "fontFamily": "'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace" |
| 87 | }, |
| 88 | { |
| 89 | "name": "Georgia", |
| 90 | "slug": "georgia", |
| 91 | "fontFamily": "Georgia, Times, 'Times New Roman', serif" |
| 92 | }, |
| 93 | { |
| 94 | "name": "Lucida", |
| 95 | "slug": "lucida", |
| 96 | "fontFamily": "'Lucida Sans Unicode', 'Lucida Grande', sans-serif" |
| 97 | }, |
| 98 | { |
| 99 | "name": "Tahoma", |
| 100 | "slug": "tahoma", |
| 101 | "fontFamily": "'Tahoma, Verdana, Segoe, sans-serif'" |
| 102 | }, |
| 103 | { |
| 104 | "name": "Times New Roman", |
| 105 | "slug": "times-new-roman", |
| 106 | "fontFamily": "'Times New Roman', Times, Baskerville, Georgia, serif" |
| 107 | }, |
| 108 | { |
| 109 | "name": "Trebuchet MS", |
| 110 | "slug": "trebuchet-ms", |
| 111 | "fontFamily": "'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif" |
| 112 | }, |
| 113 | { |
| 114 | "name": "Verdana", |
| 115 | "slug": "verdana", |
| 116 | "fontFamily": "'Verdana, Geneva, sans-serif'" |
| 117 | }, |
| 118 | { |
| 119 | "name": "Arvo", |
| 120 | "slug": "arvo", |
| 121 | "fontFamily": "'arvo, courier, georgia, serif'" |
| 122 | }, |
| 123 | { |
| 124 | "name": "Lato", |
| 125 | "slug": "lato", |
| 126 | "fontFamily": "lato, 'helvetica neue', helvetica, arial, sans-serif" |
| 127 | }, |
| 128 | { |
| 129 | "name": "Lora", |
| 130 | "slug": "lora", |
| 131 | "fontFamily": "lora, georgia, 'times new roman', serif" |
| 132 | }, |
| 133 | { |
| 134 | "name": "Merriweather", |
| 135 | "slug": "merriweather", |
| 136 | "fontFamily": "merriweather, georgia, 'times new roman', serif" |
| 137 | }, |
| 138 | { |
| 139 | "name": "Merriweather Sans", |
| 140 | "slug": "merriweather-sans", |
| 141 | "fontFamily": "'merriweather sans', 'helvetica neue', helvetica, arial, sans-serif" |
| 142 | }, |
| 143 | { |
| 144 | "name": "Noticia Text", |
| 145 | "slug": "noticia-text", |
| 146 | "fontFamily": "'noticia text', georgia, 'times new roman', serif" |
| 147 | }, |
| 148 | { |
| 149 | "name": "Open Sans", |
| 150 | "slug": "open-sans", |
| 151 | "fontFamily": "'open sans', 'helvetica neue', helvetica, arial, sans-serif" |
| 152 | }, |
| 153 | { |
| 154 | "name": "Playfair Display", |
| 155 | "slug": "playfair-display", |
| 156 | "fontFamily": "'playfair display', georgia, 'times new roman', serif" |
| 157 | }, |
| 158 | { |
| 159 | "name": "Roboto", |
| 160 | "slug": "roboto", |
| 161 | "fontFamily": "roboto, 'helvetica neue', helvetica, arial, sans-serif" |
| 162 | }, |
| 163 | { |
| 164 | "name": "Source Sans Pro", |
| 165 | "slug": "source-sans-pro", |
| 166 | "fontFamily": "'source sans pro', 'helvetica neue', helvetica, arial, sans-serif" |
| 167 | }, |
| 168 | { |
| 169 | "name": "Oswald", |
| 170 | "slug": "oswald", |
| 171 | "fontFamily": "Oswald, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif" |
| 172 | }, |
| 173 | { |
| 174 | "name": "Raleway", |
| 175 | "slug": "raleway", |
| 176 | "fontFamily": "Raleway, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif" |
| 177 | }, |
| 178 | { |
| 179 | "name": "Permanent Marker", |
| 180 | "slug": "permanent-marker", |
| 181 | "fontFamily": "'Permanent Marker', Tahoma, Verdana, Segoe, sans-serif" |
| 182 | }, |
| 183 | { |
| 184 | "name": "Pacifico", |
| 185 | "slug": "pacifico", |
| 186 | "fontFamily": "Pacifico, 'Arial Narrow', Arial, sans-serif" |
| 187 | }, |
| 188 | { |
| 189 | "name": "Inter", |
| 190 | "slug": "inter", |
| 191 | "fontFamily": "Inter, 'Helvetica Neue', Arial, sans-serif" |
| 192 | } |
| 193 | ], |
| 194 | "fontSizes": [ |
| 195 | { |
| 196 | "name": "small", |
| 197 | "size": "13px", |
| 198 | "slug": "small" |
| 199 | }, |
| 200 | { |
| 201 | "name": "medium", |
| 202 | "size": "16px", |
| 203 | "slug": "medium" |
| 204 | }, |
| 205 | { |
| 206 | "name": "large", |
| 207 | "size": "24px", |
| 208 | "slug": "large" |
| 209 | }, |
| 210 | { |
| 211 | "name": "extra-large", |
| 212 | "size": "32px", |
| 213 | "slug": "x-large" |
| 214 | }, |
| 215 | { |
| 216 | "name": "extra-extra-large", |
| 217 | "size": "40px", |
| 218 | "slug": "xx-large" |
| 219 | } |
| 220 | ] |
| 221 | }, |
| 222 | "useRootPaddingAwareAlignments": true |
| 223 | }, |
| 224 | "styles": { |
| 225 | "spacing": { |
| 226 | "blockGap": "16px", |
| 227 | "padding": { |
| 228 | "bottom": "24px", |
| 229 | "left": "24px", |
| 230 | "right": "24px", |
| 231 | "top": "24px" |
| 232 | } |
| 233 | }, |
| 234 | "color": { |
| 235 | "background": "#ffffff", |
| 236 | "text": "#1e1e1e" |
| 237 | }, |
| 238 | "typography": { |
| 239 | "fontFamily": "Inter, 'Helvetica Neue', Arial, sans-serif", |
| 240 | "fontSize": "16px", |
| 241 | "fontWeight": "400", |
| 242 | "fontStyle": "normal", |
| 243 | "letterSpacing": "0", |
| 244 | "lineHeight": "1.5", |
| 245 | "textDecoration": "none", |
| 246 | "textTransform": "none" |
| 247 | }, |
| 248 | "blocks": { |
| 249 | "core/site-title": { |
| 250 | "typography": { |
| 251 | "fontSize": "11px", |
| 252 | "fontWeight": "500", |
| 253 | "letterSpacing": "0.55px", |
| 254 | "textTransform": "uppercase" |
| 255 | }, |
| 256 | "color": { |
| 257 | "text": "#757575" |
| 258 | } |
| 259 | } |
| 260 | }, |
| 261 | "elements": { |
| 262 | "button": { |
| 263 | "border": { |
| 264 | "radius": "0px" |
| 265 | } |
| 266 | }, |
| 267 | "heading": { |
| 268 | "typography": { |
| 269 | "fontWeight": "700", |
| 270 | "fontStyle": "normal", |
| 271 | "lineHeight": "1.2" |
| 272 | } |
| 273 | }, |
| 274 | "h1": { |
| 275 | "typography": { |
| 276 | "fontSize": "40px" |
| 277 | } |
| 278 | }, |
| 279 | "h2": { |
| 280 | "typography": { |
| 281 | "fontSize": "32px" |
| 282 | } |
| 283 | }, |
| 284 | "h3": { |
| 285 | "typography": { |
| 286 | "fontSize": "24px" |
| 287 | } |
| 288 | }, |
| 289 | "h4": { |
| 290 | "typography": { |
| 291 | "fontSize": "16px" |
| 292 | } |
| 293 | }, |
| 294 | "h5": { |
| 295 | "typography": { |
| 296 | "fontSize": "14px" |
| 297 | } |
| 298 | }, |
| 299 | "h6": { |
| 300 | "typography": { |
| 301 | "fontSize": "12px" |
| 302 | } |
| 303 | } |
| 304 | } |
| 305 | } |
| 306 | } |
| 307 |