balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

block.json (395B)


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