at path:
ROOT
/
wp-includes
/
blocks
/
query
/
block.json
run:
R
W
Run
block.json
1.28 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor-rtl.css
1.6 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor-rtl.min.css
1.46 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor.css
1.6 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor.min.css
1.46 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
view.asset.php
84 By
2024-01-29 21:07:12
R
W
Run
Delete
Rename
view.js
4.59 KB
2025-12-03 06:22:56
R
W
Run
Delete
Rename
view.min.asset.php
84 By
2024-01-29 21:07:12
R
W
Run
Delete
Rename
view.min.js
1.44 KB
2025-04-16 02:33:33
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$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" }