wp/wp-includes/blocks/more/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/more",
     3 	"name": "core/more",
       
     4 	"title": "More",
     3 	"category": "design",
     5 	"category": "design",
       
     6 	"description": "Content before this block will be shown in the excerpt on your archives page.",
       
     7 	"keywords": [ "read more" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"customText": {
    10 		"customText": {
     6 			"type": "string"
    11 			"type": "string"
     7 		},
    12 		},
     8 		"noTeaser": {
    13 		"noTeaser": {
    13 	"supports": {
    18 	"supports": {
    14 		"customClassName": false,
    19 		"customClassName": false,
    15 		"className": false,
    20 		"className": false,
    16 		"html": false,
    21 		"html": false,
    17 		"multiple": false
    22 		"multiple": false
    18 	}
    23 	},
       
    24 	"editorStyle": "wp-block-more-editor"
    19 }
    25 }