wp/wp-includes/blocks/separator/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/separator",
     3 	"name": "core/separator",
       
     4 	"title": "Separator",
     3 	"category": "design",
     5 	"category": "design",
       
     6 	"description": "Create a break between ideas or sections with a horizontal separator.",
       
     7 	"keywords": [ "horizontal-line", "hr", "divider" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"color": {
    10 		"color": {
     6 			"type": "string"
    11 			"type": "string"
     7 		},
    12 		},
     8 		"customColor": {
    13 		"customColor": {
     9 			"type": "string"
    14 			"type": "string"
    10 		}
    15 		}
    11 	},
    16 	},
    12 	"supports": {
    17 	"supports": {
    13 		"anchor": true
    18 		"anchor": true,
    14 	}
    19 		"align": [ "center", "wide", "full" ]
       
    20 	},
       
    21 	"styles": [
       
    22 		{ "name": "default", "label": "Default", "isDefault": true },
       
    23 		{ "name": "wide", "label": "Wide Line" },
       
    24 		{ "name": "dots", "label": "Dots" }
       
    25 	],
       
    26 	"editorStyle": "wp-block-separator-editor",
       
    27 	"style": "wp-block-separator"
    15 }
    28 }