ru-se.com

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

block.json (542B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/column",
      4 	"title": "Column",
      5 	"category": "text",
      6 	"parent": [ "core/columns" ],
      7 	"description": "A single column within a columns block.",
      8 	"textdomain": "default",
      9 	"attributes": {
     10 		"verticalAlignment": {
     11 			"type": "string"
     12 		},
     13 		"width": {
     14 			"type": "string"
     15 		},
     16 		"templateLock": {
     17 			"enum": [ "all", "insert", false ]
     18 		}
     19 	},
     20 	"supports": {
     21 		"anchor": true,
     22 		"reusable": false,
     23 		"html": false,
     24 		"color": {
     25 			"gradients": true,
     26 			"link": true
     27 		},
     28 		"spacing": {
     29 			"padding": true
     30 		}
     31 	}
     32 }