wp/wp-includes/blocks/pullquote/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/pullquote",
     4 	"name": "core/pullquote",
     5 	"title": "Pullquote",
     5 	"title": "Pullquote",
     6 	"category": "text",
     6 	"category": "text",
     7 	"description": "Give special visual emphasis to a quote from your text.",
     7 	"description": "Give special visual emphasis to a quote from your text.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
     9 	"attributes": {
     9 	"attributes": {
    10 		"value": {
    10 		"value": {
    11 			"type": "string",
    11 			"type": "rich-text",
    12 			"source": "html",
    12 			"source": "rich-text",
    13 			"selector": "blockquote",
    13 			"selector": "p",
    14 			"multiline": "p",
       
    15 			"__experimentalRole": "content"
    14 			"__experimentalRole": "content"
    16 		},
    15 		},
    17 		"citation": {
    16 		"citation": {
    18 			"type": "string",
    17 			"type": "rich-text",
    19 			"source": "html",
    18 			"source": "rich-text",
    20 			"selector": "cite",
    19 			"selector": "cite",
    21 			"default": "",
       
    22 			"__experimentalRole": "content"
    20 			"__experimentalRole": "content"
    23 		},
    21 		},
    24 		"textAlign": {
    22 		"textAlign": {
    25 			"type": "string"
    23 			"type": "string"
    26 		}
    24 		}
    35 			"__experimentalDefaultControls": {
    33 			"__experimentalDefaultControls": {
    36 				"background": true,
    34 				"background": true,
    37 				"text": true
    35 				"text": true
    38 			}
    36 			}
    39 		},
    37 		},
       
    38 		"spacing": {
       
    39 			"margin": true,
       
    40 			"padding": true
       
    41 		},
    40 		"typography": {
    42 		"typography": {
    41 			"fontSize": true,
    43 			"fontSize": true,
    42 			"lineHeight": true,
    44 			"lineHeight": true,
       
    45 			"__experimentalFontFamily": true,
       
    46 			"__experimentalFontWeight": true,
    43 			"__experimentalFontStyle": true,
    47 			"__experimentalFontStyle": true,
    44 			"__experimentalFontWeight": true,
    48 			"__experimentalTextTransform": true,
       
    49 			"__experimentalTextDecoration": true,
    45 			"__experimentalLetterSpacing": true,
    50 			"__experimentalLetterSpacing": true,
    46 			"__experimentalTextTransform": true,
       
    47 			"__experimentalDefaultControls": {
    51 			"__experimentalDefaultControls": {
    48 				"fontSize": true,
    52 				"fontSize": true
    49 				"fontAppearance": true
       
    50 			}
    53 			}
    51 		},
    54 		},
    52 		"__experimentalBorder": {
    55 		"__experimentalBorder": {
    53 			"color": true,
    56 			"color": true,
    54 			"radius": true,
    57 			"radius": true,
    58 				"color": true,
    61 				"color": true,
    59 				"radius": true,
    62 				"radius": true,
    60 				"style": true,
    63 				"style": true,
    61 				"width": true
    64 				"width": true
    62 			}
    65 			}
       
    66 		},
       
    67 		"__experimentalStyle": {
       
    68 			"typography": {
       
    69 				"fontSize": "1.5em",
       
    70 				"lineHeight": "1.6"
       
    71 			}
       
    72 		},
       
    73 		"interactivity": {
       
    74 			"clientNavigation": true
    63 		}
    75 		}
    64 	},
    76 	},
    65 	"editorStyle": "wp-block-pullquote-editor",
    77 	"editorStyle": "wp-block-pullquote-editor",
    66 	"style": "wp-block-pullquote"
    78 	"style": "wp-block-pullquote"
    67 }
    79 }