wp/wp-includes/blocks/buttons/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/buttons",
     3 	"name": "core/buttons",
       
     4 	"title": "Buttons",
     3 	"category": "design",
     5 	"category": "design",
       
     6 	"description": "Prompt visitors to take action with a group of button-style links.",
       
     7 	"keywords": [ "link" ],
       
     8 	"textdomain": "default",
       
     9 	"attributes": {
       
    10 		"contentJustification": {
       
    11 			"type": "string"
       
    12 		},
       
    13 		"orientation": {
       
    14 			"type": "string",
       
    15 			"default": "horizontal"
       
    16 		}
       
    17 	},
     4 	"supports": {
    18 	"supports": {
     5 		"anchor": true,
    19 		"anchor": true,
     6 		"align": true,
    20 		"align": [ "wide", "full" ]
     7 		"alignWide": false,
    21 	},
     8 		"lightBlockWrapper": true
    22 	"editorStyle": "wp-block-buttons-editor",
     9 	}
    23 	"style": "wp-block-buttons"
    10 }
    24 }