Ghost Exploiter Team Official
/
home2
/
warripp1
/
public_html
/
dev-mgtree
/
wordpress
/
wp-includes
/
blocks
/
rss
/
Nama File / Folder
Size
Action
block.json
0.937KB
Hapus
Edit
Rename
editor-rtl.css
0.126KB
Hapus
Edit
Rename
editor-rtl.min.css
0.114KB
Hapus
Edit
Rename
editor.css
0.126KB
Hapus
Edit
Rename
style-rtl.min.css
0.683KB
Hapus
Edit
Rename
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/rss", "title": "RSS", "category": "widgets", "description": "Display entries from any RSS or Atom feed.", "keywords": [ "atom", "feed" ], "textdomain": "default", "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, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-rss-editor", "style": "wp-block-rss" }