balmet.com

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

block.json (565B)


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