wp/wp-includes/blocks/rss/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/rss",
     4 	"name": "core/rss",
     5 	"title": "RSS",
     5 	"title": "RSS",
     6 	"category": "widgets",
     6 	"category": "widgets",
     7 	"description": "Display entries from any RSS or Atom feed.",
     7 	"description": "Display entries from any RSS or Atom feed.",
     8 	"keywords": [ "atom", "feed" ],
     8 	"keywords": [ "atom", "feed" ],
    41 			"default": 55
    41 			"default": 55
    42 		}
    42 		}
    43 	},
    43 	},
    44 	"supports": {
    44 	"supports": {
    45 		"align": true,
    45 		"align": true,
    46 		"html": false
    46 		"html": false,
       
    47 		"interactivity": {
       
    48 			"clientNavigation": true
       
    49 		}
    47 	},
    50 	},
    48 	"editorStyle": "wp-block-rss-editor",
    51 	"editorStyle": "wp-block-rss-editor",
    49 	"style": "wp-block-rss"
    52 	"style": "wp-block-rss"
    50 }
    53 }