File Manager Lite
Dir:
/home/atomylvb/jarangomd.com/wp-includes/blocks/query
Upload
[..]
block.json (1.28 KB)
Edit
Rename
Del
editor-rtl.css (1.6 KB)
Edit
Rename
Del
editor-rtl.min.css (1.46 KB)
Edit
Rename
Del
editor.min.css (1.46 KB)
Edit
Rename
Del
view.asset.php (84 B)
Edit
Rename
Del
view.js (4.59 KB)
Edit
Rename
Del
view.min.asset.php (84 B)
Edit
Rename
Del
view.min.js (1.44 KB)
Edit
Rename
Del
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query", "title": "Query Loop", "category": "theme", "description": "An advanced block that allows displaying post types based on different query parameters and visual configurations.", "keywords": [ "posts", "list", "blog", "blogs", "custom post types" ], "textdomain": "default", "attributes": { "queryId": { "type": "number" }, "query": { "type": "object", "default": { "perPage": null, "pages": 0, "offset": 0, "postType": "post", "order": "desc", "orderBy": "date", "author": "", "search": "", "exclude": [], "sticky": "", "inherit": true, "taxQuery": null, "parents": [], "format": [] } }, "tagName": { "type": "string", "default": "div" }, "namespace": { "type": "string" }, "enhancedPagination": { "type": "boolean", "default": false } }, "usesContext": [ "templateSlug" ], "providesContext": { "queryId": "queryId", "query": "query", "displayLayout": "displayLayout", "enhancedPagination": "enhancedPagination" }, "supports": { "align": [ "wide", "full" ], "html": false, "layout": true, "interactivity": true, "contentRole": true }, "editorStyle": "wp-block-query-editor" }
Simpan