balmet.com

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

block.json (448B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/spacer",
      4 	"title": "Spacer",
      5 	"category": "design",
      6 	"description": "Add white space between blocks and customize its height.",
      7 	"textdomain": "default",
      8 	"attributes": {
      9 		"height": {
     10 			"type": "number",
     11 			"default": 100
     12 		},
     13 		"width": {
     14 			"type": "number"
     15 		}
     16 	},
     17 	"usesContext": [ "orientation" ],
     18 	"supports": {
     19 		"anchor": true
     20 	},
     21 	"editorStyle": "wp-block-spacer-editor",
     22 	"style": "wp-block-spacer"
     23 }