first commit
This commit is contained in:
45
wp-includes/blocks/rss/block.json
Normal file
45
wp-includes/blocks/rss/block.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/rss",
|
||||
"category": "widgets",
|
||||
"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
|
||||
},
|
||||
"editorStyle": "wp-block-rss-editor",
|
||||
"style": "wp-block-rss"
|
||||
}
|
||||
Reference in New Issue
Block a user