[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/query-title",
   5      "title": "Query Title",
   6      "category": "theme",
   7      "description": "Display the query title.",
   8      "textdomain": "default",
   9      "attributes": {
  10          "type": {
  11              "type": "string"
  12          },
  13          "textAlign": {
  14              "type": "string"
  15          },
  16          "level": {
  17              "type": "number",
  18              "default": 1
  19          },
  20          "levelOptions": {
  21              "type": "array"
  22          },
  23          "showPrefix": {
  24              "type": "boolean",
  25              "default": true
  26          },
  27          "showSearchTerm": {
  28              "type": "boolean",
  29              "default": true
  30          }
  31      },
  32      "supports": {
  33          "align": [ "wide", "full" ],
  34          "html": false,
  35          "color": {
  36              "gradients": true,
  37              "__experimentalDefaultControls": {
  38                  "background": true,
  39                  "text": true
  40              }
  41          },
  42          "spacing": {
  43              "margin": true,
  44              "padding": true
  45          },
  46          "typography": {
  47              "fontSize": true,
  48              "lineHeight": true,
  49              "__experimentalFontFamily": true,
  50              "__experimentalFontStyle": true,
  51              "__experimentalFontWeight": true,
  52              "__experimentalLetterSpacing": true,
  53              "__experimentalTextTransform": true,
  54              "__experimentalTextDecoration": true,
  55              "__experimentalDefaultControls": {
  56                  "fontSize": true
  57              }
  58          },
  59          "interactivity": {
  60              "clientNavigation": true
  61          },
  62          "__experimentalBorder": {
  63              "radius": true,
  64              "color": true,
  65              "width": true,
  66              "style": true,
  67              "__experimentalDefaultControls": {
  68                  "radius": true,
  69                  "color": true,
  70                  "width": true,
  71                  "style": true
  72              }
  73          }
  74      },
  75      "style": "wp-block-query-title"
  76  }


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