angelovcom.net

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

block.json (681B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/separator",
      4 	"title": "Separator",
      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",
      9 	"attributes": {
     10 		"color": {
     11 			"type": "string"
     12 		},
     13 		"customColor": {
     14 			"type": "string"
     15 		}
     16 	},
     17 	"supports": {
     18 		"anchor": true,
     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"
     28 }