[ 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              "role": "content"
  18          },
  19          "citation": {
  20              "type": "rich-text",
  21              "source": "rich-text",
  22              "selector": "cite",
  23              "role": "content"
  24          },
  25          "textAlign": {
  26              "type": "string"
  27          }
  28      },
  29      "supports": {
  30          "anchor": true,
  31          "align": [ "left", "right", "wide", "full" ],
  32          "html": false,
  33          "background": {
  34              "backgroundImage": true,
  35              "backgroundSize": true,
  36              "__experimentalDefaultControls": {
  37                  "backgroundImage": true
  38              }
  39          },
  40          "__experimentalBorder": {
  41              "color": true,
  42              "radius": true,
  43              "style": true,
  44              "width": true,
  45              "__experimentalDefaultControls": {
  46                  "color": true,
  47                  "radius": true,
  48                  "style": true,
  49                  "width": true
  50              }
  51          },
  52          "dimensions": {
  53              "minHeight": true,
  54              "__experimentalDefaultControls": {
  55                  "minHeight": false
  56              }
  57          },
  58          "__experimentalOnEnter": true,
  59          "__experimentalOnMerge": true,
  60          "typography": {
  61              "fontSize": true,
  62              "lineHeight": true,
  63              "__experimentalFontFamily": true,
  64              "__experimentalFontWeight": true,
  65              "__experimentalFontStyle": true,
  66              "__experimentalTextTransform": true,
  67              "__experimentalTextDecoration": true,
  68              "__experimentalLetterSpacing": true,
  69              "__experimentalDefaultControls": {
  70                  "fontSize": true
  71              }
  72          },
  73          "color": {
  74              "gradients": true,
  75              "heading": true,
  76              "link": true,
  77              "__experimentalDefaultControls": {
  78                  "background": true,
  79                  "text": true
  80              }
  81          },
  82          "layout": {
  83              "allowEditing": false
  84          },
  85          "spacing": {
  86              "blockGap": true,
  87              "padding": true,
  88              "margin": true
  89          },
  90          "interactivity": {
  91              "clientNavigation": true
  92          }
  93      },
  94      "styles": [
  95          {
  96              "name": "default",
  97              "label": "Default",
  98              "isDefault": true
  99          },
 100          { "name": "plain", "label": "Plain" }
 101      ],
 102      "editorStyle": "wp-block-quote-editor",
 103      "style": "wp-block-quote"
 104  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref