[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/blocks/ -> 03-annotation.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "title": "Annotation",
   5      "slug": "text-annotation",
   6      "blockTypes": ["core/heading", "core/paragraph"],
   7      "styles": {
   8          "css": "width: fit-content",
   9          "typography": {
  10              "fontSize": "var:preset|font-size|small",
  11              "lineHeight": "1.5",
  12              "letterSpacing": "normal"
  13          },
  14          "border": {
  15              "color": "currentColor",
  16              "style": "solid",
  17              "width": "1px",
  18              "radius": "16px"
  19          },
  20          "spacing": {
  21              "padding": {
  22                  "top": "0.2rem",
  23                  "right": "0.6rem",
  24                  "bottom": "0.25rem",
  25                  "left": "0.6rem"
  26              }
  27          },
  28          "elements": {
  29              "link": {
  30                  "typography": {
  31                      "textDecoration": "none"
  32                  }
  33              }
  34          }
  35      }
  36  }


Generated : Thu Oct 24 08:20:01 2024 Cross-referenced by PHPXref