wp/wp-includes/blocks/preformatted/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/preformatted",
     3 	"name": "core/preformatted",
       
     4 	"title": "Preformatted",
     3 	"category": "text",
     5 	"category": "text",
       
     6 	"description": "Add text that respects your spacing and tabs, and also allows styling.",
       
     7 	"textdomain": "default",
     4 	"attributes": {
     8 	"attributes": {
     5 		"content": {
     9 		"content": {
     6 			"type": "string",
    10 			"type": "string",
     7 			"source": "html",
    11 			"source": "html",
     8 			"selector": "pre",
    12 			"selector": "pre",
     9 			"default": "",
    13 			"default": "",
    10 			"__unstablePreserveWhiteSpace": true
    14 			"__unstablePreserveWhiteSpace": true,
       
    15 			"__experimentalRole": "content"
    11 		}
    16 		}
    12 	},
    17 	},
    13 	"supports": {
    18 	"supports": {
    14 		"anchor": true,
    19 		"anchor": true,
    15 		"lightBlockWrapper": true
    20 		"color": {
    16 	}
    21 			"gradients": true
       
    22 		},
       
    23 		"typography": {
       
    24 			"fontSize": true
       
    25 		}
       
    26 	},
       
    27 	"style": "wp-block-preformatted"
    17 }
    28 }