wp/wp-includes/blocks/code/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/code",
     3 	"name": "core/code",
       
     4 	"title": "Code",
     3 	"category": "text",
     5 	"category": "text",
       
     6 	"description": "Display code snippets that respect your spacing and tabs.",
       
     7 	"textdomain": "default",
     4 	"attributes": {
     8 	"attributes": {
     5 		"content": {
     9 		"content": {
     6 			"type": "string",
    10 			"type": "string",
     7 			"source": "text",
    11 			"source": "html",
     8 			"selector": "code"
    12 			"selector": "code"
     9 		}
    13 		}
    10 	},
    14 	},
    11 	"supports": {
    15 	"supports": {
    12 		"anchor": true,
    16 		"anchor": true,
    13 		"html": false,
    17 		"typography": {
    14 		"lightBlockWrapper": true
    18 			"fontSize": true
    15 	}
    19 		}
       
    20 	},
       
    21 	"style": "wp-block-code"
    16 }
    22 }