wp/wp-includes/blocks/table/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/table",
     4 	"name": "core/table",
     4 	"title": "Table",
     5 	"title": "Table",
     5 	"category": "text",
     6 	"category": "text",
     6 	"description": "Insert a table — perfect for sharing charts and data.",
     7 	"description": "Create structured content in rows and columns to display information.",
     7 	"textdomain": "default",
     8 	"textdomain": "default",
     8 	"attributes": {
     9 	"attributes": {
     9 		"hasFixedLayout": {
    10 		"hasFixedLayout": {
    10 			"type": "boolean",
    11 			"type": "boolean",
    11 			"default": false
    12 			"default": false
   125 	"supports": {
   126 	"supports": {
   126 		"anchor": true,
   127 		"anchor": true,
   127 		"align": true,
   128 		"align": true,
   128 		"color": {
   129 		"color": {
   129 			"__experimentalSkipSerialization": true,
   130 			"__experimentalSkipSerialization": true,
   130 			"gradients": true
   131 			"gradients": true,
       
   132 			"__experimentalDefaultControls": {
       
   133 				"background": true,
       
   134 				"text": true
       
   135 			}
       
   136 		},
       
   137 		"typography": {
       
   138 			"fontSize": true,
       
   139 			"lineHeight": true,
       
   140 			"__experimentalFontStyle": true,
       
   141 			"__experimentalFontWeight": true,
       
   142 			"__experimentalLetterSpacing": true,
       
   143 			"__experimentalTextTransform": true,
       
   144 			"__experimentalDefaultControls": {
       
   145 				"fontSize": true
       
   146 			}
   131 		},
   147 		},
   132 		"__experimentalBorder": {
   148 		"__experimentalBorder": {
   133 			"__experimentalSkipSerialization": true,
   149 			"__experimentalSkipSerialization": true,
   134 			"color": true,
   150 			"color": true,
   135 			"style": true,
   151 			"style": true,
   136 			"width": true
   152 			"width": true,
       
   153 			"__experimentalDefaultControls": {
       
   154 				"color": true,
       
   155 				"style": true,
       
   156 				"width": true
       
   157 			}
   137 		},
   158 		},
   138 		"__experimentalSelector": ".wp-block-table > table"
   159 		"__experimentalSelector": ".wp-block-table > table"
   139 	},
   160 	},
   140 	"styles": [
   161 	"styles": [
   141 		{
   162 		{