[ 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          "blocks": {
  49              "*": {
  50                  "typography": {
  51                      "fontSizes": [
  52                          {
  53                              "name": "Font size name"
  54                          }
  55                      ],
  56                      "fontFamilies": [
  57                          {
  58                              "name": "Font family name"
  59                          }
  60                      ]
  61                  },
  62                  "color": {
  63                      "palette": [
  64                          {
  65                              "name": "Color name"
  66                          }
  67                      ],
  68                      "gradients": [
  69                          {
  70                              "name": "Gradient name"
  71                          }
  72                      ]
  73                  },
  74                  "spacing": {
  75                      "spacingSizes": [
  76                          {
  77                              "name": "Space size name"
  78                          }
  79                      ]
  80                  }
  81              }
  82          }
  83      },
  84      "customTemplates": [
  85          {
  86              "title": "Custom template name"
  87          }
  88      ],
  89      "templateParts": [
  90          {
  91              "title": "Template part name"
  92          }
  93      ]
  94  }


Generated : Sat Nov 23 08:20:01 2024 Cross-referenced by PHPXref