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

82 lines
1.4 KiB
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",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
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",
2025-12-12 13:15:55 +01:00
"default": "",
"role": "content"
2020-09-15 14:29:22 +02:00
},
"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
2025-12-12 13:15:55 +01:00
},
"openInNewTab": {
"type": "boolean",
"default": false
},
"rel": {
"type": "string"
2020-09-15 14:29:22 +02:00
}
},
"supports": {
"align": true,
2024-04-17 11:32:24 +02:00
"html": false,
"interactivity": {
"clientNavigation": true
2025-04-25 12:30:07 +02:00
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true
},
"spacing": {
"margin": true,
"padding": true,
"__experimentalDefaultControls": {
"padding": false,
"margin": false
}
},
"color": {
"background": true,
"text": true,
"gradients": true,
"link": true
2024-04-17 11:32:24 +02:00
}
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
}