[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/ -> theme-i18n.json (source)

   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          "blocks": {
  56              "*": {
  57                  "typography": {
  58                      "fontSizes": [
  59                          {
  60                              "name": "Font size name"
  61                          }
  62                      ],
  63                      "fontFamilies": [
  64                          {
  65                              "name": "Font family name"
  66                          }
  67                      ]
  68                  },
  69                  "color": {
  70                      "palette": [
  71                          {
  72                              "name": "Color name"
  73                          }
  74                      ],
  75                      "gradients": [
  76                          {
  77                              "name": "Gradient name"
  78                          }
  79                      ],
  80                      "duotone": [
  81                          {
  82                              "name": "Duotone name"
  83                          }
  84                      ]
  85                  },
  86                  "dimensions": {
  87                      "aspectRatios": [
  88                          {
  89                              "name": "Aspect ratio name"
  90                          }
  91                      ]
  92                  },
  93                  "spacing": {
  94                      "spacingSizes": [
  95                          {
  96                              "name": "Space size name"
  97                          }
  98                      ]
  99                  }
 100              }
 101          }
 102      },
 103      "customTemplates": [
 104          {
 105              "title": "Custom template name"
 106          }
 107      ],
 108      "templateParts": [
 109          {
 110              "title": "Template part name"
 111          }
 112      ]
 113  }


Generated : Thu Jan 30 08:20:01 2025 Cross-referenced by PHPXref