ru-se.com

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

block.json (432B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/block",
      4 	"title": "Reusable block",
      5 	"category": "reusable",
      6 	"description": "Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.",
      7 	"textdomain": "default",
      8 	"attributes": {
      9 		"ref": {
     10 			"type": "number"
     11 		}
     12 	},
     13 	"supports": {
     14 		"customClassName": false,
     15 		"html": false,
     16 		"inserter": false
     17 	},
     18 	"editorStyle": "wp-block-editor"
     19 }