balmet.com

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

block.json (861B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/quote",
      4 	"title": "Quote",
      5 	"category": "text",
      6 	"description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar",
      7 	"keywords": [ "blockquote", "cite" ],
      8 	"textdomain": "default",
      9 	"attributes": {
     10 		"value": {
     11 			"type": "string",
     12 			"source": "html",
     13 			"selector": "blockquote",
     14 			"multiline": "p",
     15 			"default": "",
     16 			"__experimentalRole": "content"
     17 		},
     18 		"citation": {
     19 			"type": "string",
     20 			"source": "html",
     21 			"selector": "cite",
     22 			"default": "",
     23 			"__experimentalRole": "content"
     24 		},
     25 		"align": {
     26 			"type": "string"
     27 		}
     28 	},
     29 	"supports": {
     30 		"anchor": true
     31 	},
     32 	"styles": [
     33 		{
     34 			"name": "default",
     35 			"label": "Default",
     36 			"isDefault": true
     37 		},
     38 		{ "name": "large", "label": "Large" }
     39 	],
     40 	"editorStyle": "wp-block-quote-editor",
     41 	"style": "wp-block-quote"
     42 }