wp/wp-includes/blocks/term-description/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/term-description",
     4 	"name": "core/term-description",
     5 	"title": "Term Description",
     5 	"title": "Term Description",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"description": "Display the description of categories, tags and custom taxonomies when viewing an archive.",
     7 	"description": "Display the description of categories, tags and custom taxonomies when viewing an archive.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
    19 			"__experimentalDefaultControls": {
    19 			"__experimentalDefaultControls": {
    20 				"background": true,
    20 				"background": true,
    21 				"text": true
    21 				"text": true
    22 			}
    22 			}
    23 		},
    23 		},
       
    24 		"spacing": {
       
    25 			"padding": true,
       
    26 			"margin": true
       
    27 		},
    24 		"typography": {
    28 		"typography": {
    25 			"fontSize": true,
    29 			"fontSize": true,
    26 			"lineHeight": true,
    30 			"lineHeight": true,
       
    31 			"__experimentalFontFamily": true,
       
    32 			"__experimentalFontWeight": true,
       
    33 			"__experimentalFontStyle": true,
       
    34 			"__experimentalTextTransform": true,
       
    35 			"__experimentalTextDecoration": true,
       
    36 			"__experimentalLetterSpacing": true,
    27 			"__experimentalDefaultControls": {
    37 			"__experimentalDefaultControls": {
    28 				"fontSize": true
    38 				"fontSize": true
    29 			}
    39 			}
       
    40 		},
       
    41 		"interactivity": {
       
    42 			"clientNavigation": true
    30 		}
    43 		}
    31 	},
    44 	}
    32 	"editorStyle": "wp-block-term-description-editor"
       
    33 }
    45 }