{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jvb/feed", "title": "Feed", "category": "jvb", "icon": "grid-view", "description": "Displays a filterable feed of registered content types", "keywords": [ "feed", "grid" ], "version": "0.9.0", "textdomain": "jvb", "supports": { "html": false, "align": ["wide", "full"] }, "attributes": { "title": { "type": "string", "default": "Your Scene" }, "inheritQuery": { "type": "boolean", "default": false }, "contentTypes": { "type": "array", "default": ["tattoo", "artwork", "artist"], "items": { "type": "string" } }, "itemsPerPage": { "type": "number", "default": 36 }, "defaultOrder": { "type": "string", "default": "date_desc" } }, "selectors": { "root": ".feed-block" }, "styles": [ { "name": "default", "label": "Default", "isDefault": true }, { "name": "other", "label": "Other" } ], "example": { "attributes": { "message": "This is a notice!" } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js" }