wp/wp-includes/blocks/preformatted/block.json
changeset 16 a86126ab1dd4
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 {
       
     2 	"name": "core/preformatted",
       
     3 	"category": "text",
       
     4 	"attributes": {
       
     5 		"content": {
       
     6 			"type": "string",
       
     7 			"source": "html",
       
     8 			"selector": "pre",
       
     9 			"default": "",
       
    10 			"__unstablePreserveWhiteSpace": true
       
    11 		}
       
    12 	},
       
    13 	"supports": {
       
    14 		"anchor": true,
       
    15 		"lightBlockWrapper": true
       
    16 	}
       
    17 }