[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/pullquote/ -> block.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/pullquote",
   5      "title": "Pullquote",
   6      "category": "text",
   7      "description": "Give special visual emphasis to a quote from your text.",
   8      "textdomain": "default",
   9      "attributes": {
  10          "value": {
  11              "type": "rich-text",
  12              "source": "rich-text",
  13              "selector": "p",
  14              "__experimentalRole": "content"
  15          },
  16          "citation": {
  17              "type": "rich-text",
  18              "source": "rich-text",
  19              "selector": "cite",
  20              "__experimentalRole": "content"
  21          },
  22          "textAlign": {
  23              "type": "string"
  24          }
  25      },
  26      "supports": {
  27          "anchor": true,
  28          "align": [ "left", "right", "wide", "full" ],
  29          "color": {
  30              "gradients": true,
  31              "background": true,
  32              "link": true,
  33              "__experimentalDefaultControls": {
  34                  "background": true,
  35                  "text": true
  36              }
  37          },
  38          "spacing": {
  39              "margin": true,
  40              "padding": true
  41          },
  42          "typography": {
  43              "fontSize": true,
  44              "lineHeight": true,
  45              "__experimentalFontFamily": true,
  46              "__experimentalFontWeight": true,
  47              "__experimentalFontStyle": true,
  48              "__experimentalTextTransform": true,
  49              "__experimentalTextDecoration": true,
  50              "__experimentalLetterSpacing": true,
  51              "__experimentalDefaultControls": {
  52                  "fontSize": true
  53              }
  54          },
  55          "__experimentalBorder": {
  56              "color": true,
  57              "radius": true,
  58              "style": true,
  59              "width": true,
  60              "__experimentalDefaultControls": {
  61                  "color": true,
  62                  "radius": true,
  63                  "style": true,
  64                  "width": true
  65              }
  66          },
  67          "__experimentalStyle": {
  68              "typography": {
  69                  "fontSize": "1.5em",
  70                  "lineHeight": "1.6"
  71              }
  72          },
  73          "interactivity": {
  74              "clientNavigation": true
  75          }
  76      },
  77      "editorStyle": "wp-block-pullquote-editor",
  78      "style": "wp-block-pullquote"
  79  }


Generated : Mon May 6 08:20:02 2024 Cross-referenced by PHPXref