kollapsminoriteten/wp-includes/blocks/rss/block.json

51 lines
905 B
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/rss",
2021-07-23 11:58:50 +02:00
"title": "RSS",
2020-09-15 14:29:22 +02:00
"category": "widgets",
2021-07-23 11:58:50 +02:00
"description": "Display entries from any RSS or Atom feed.",
"keywords": [ "atom", "feed" ],
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"columns": {
"type": "number",
"default": 2
},
"blockLayout": {
"type": "string",
"default": "list"
},
"feedURL": {
"type": "string",
"default": ""
},
"itemsToShow": {
"type": "number",
"default": 5
},
"displayExcerpt": {
"type": "boolean",
"default": false
},
"displayAuthor": {
"type": "boolean",
"default": false
},
"displayDate": {
"type": "boolean",
"default": false
},
"excerptLength": {
"type": "number",
"default": 55
}
},
"supports": {
"align": true,
"html": false
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-rss-editor",
"style": "wp-block-rss"
2020-09-15 14:29:22 +02:00
}