[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/quote",
   5      "title": "Quote",
   6      "category": "text",
   7      "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar",
   8      "keywords": [ "blockquote", "cite" ],
   9      "textdomain": "default",
  10      "attributes": {
  11          "value": {
  12              "type": "string",
  13              "source": "html",
  14              "selector": "blockquote",
  15              "multiline": "p",
  16              "default": "",
  17              "__experimentalRole": "content"
  18          },
  19          "citation": {
  20              "type": "rich-text",
  21              "source": "rich-text",
  22              "selector": "cite",
  23              "__experimentalRole": "content"
  24          },
  25          "align": {
  26              "type": "string"
  27          }
  28      },
  29      "supports": {
  30          "anchor": true,
  31          "html": false,
  32          "__experimentalOnEnter": true,
  33          "__experimentalOnMerge": true,
  34          "typography": {
  35              "fontSize": true,
  36              "lineHeight": true,
  37              "__experimentalFontFamily": true,
  38              "__experimentalFontWeight": true,
  39              "__experimentalFontStyle": true,
  40              "__experimentalTextTransform": true,
  41              "__experimentalTextDecoration": true,
  42              "__experimentalLetterSpacing": true,
  43              "__experimentalDefaultControls": {
  44                  "fontSize": true
  45              }
  46          },
  47          "color": {
  48              "gradients": true,
  49              "heading": true,
  50              "link": true,
  51              "__experimentalDefaultControls": {
  52                  "background": true,
  53                  "text": true
  54              }
  55          },
  56          "layout": {
  57              "allowEditing": false
  58          },
  59          "spacing": {
  60              "blockGap": true
  61          },
  62          "interactivity": {
  63              "clientNavigation": true
  64          }
  65      },
  66      "styles": [
  67          {
  68              "name": "default",
  69              "label": "Default",
  70              "isDefault": true
  71          },
  72          { "name": "plain", "label": "Plain" }
  73      ],
  74      "editorStyle": "wp-block-quote-editor",
  75      "style": "wp-block-quote"
  76  }


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref