wp/wp-includes/blocks/text-columns/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/text-columns",
     4 	"name": "core/text-columns",
     5 	"title": "Text Columns (deprecated)",
     5 	"title": "Text Columns (deprecated)",
     6 	"icon": "columns",
     6 	"icon": "columns",
     7 	"category": "design",
     7 	"category": "design",
     8 	"description": "This block is deprecated. Please use the Columns block instead.",
     8 	"description": "This block is deprecated. Please use the Columns block instead.",
    27 		"width": {
    27 		"width": {
    28 			"type": "string"
    28 			"type": "string"
    29 		}
    29 		}
    30 	},
    30 	},
    31 	"supports": {
    31 	"supports": {
    32 		"inserter": false
    32 		"inserter": false,
       
    33 		"interactivity": {
       
    34 			"clientNavigation": true
       
    35 		}
    33 	},
    36 	},
    34 	"editorStyle": "wp-block-text-columns-editor",
    37 	"editorStyle": "wp-block-text-columns-editor",
    35 	"style": "wp-block-text-columns"
    38 	"style": "wp-block-text-columns"
    36 }
    39 }