wp/wp-includes/blocks/rss/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/rss",
     3 	"name": "core/rss",
       
     4 	"title": "RSS",
     3 	"category": "widgets",
     5 	"category": "widgets",
       
     6 	"description": "Display entries from any RSS or Atom feed.",
       
     7 	"keywords": [ "atom", "feed" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"align": {
       
     6 			"type": "string",
       
     7 			"enum": [
       
     8 				"left",
       
     9 				"center",
       
    10 				"right",
       
    11 				"wide",
       
    12 				"full"
       
    13 			]
       
    14 		},
       
    15 		"className": {
       
    16 			"type": "string"
       
    17 		},
       
    18 		"columns": {
    10 		"columns": {
    19 			"type": "number",
    11 			"type": "number",
    20 			"default": 2
    12 			"default": 2
    21 		},
    13 		},
    22 		"blockLayout": {
    14 		"blockLayout": {
    49 		}
    41 		}
    50 	},
    42 	},
    51 	"supports": {
    43 	"supports": {
    52 		"align": true,
    44 		"align": true,
    53 		"html": false
    45 		"html": false
    54 	}
    46 	},
       
    47 	"editorStyle": "wp-block-rss-editor",
       
    48 	"style": "wp-block-rss"
    55 }
    49 }