[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-includes
/
blocks
/
query
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
1,307 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.css
1,638 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.min.css
1,499 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
1,638 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.css
1,499 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.asset.php
84 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.js
4,697 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.min.asset.php
84 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.min.js
1,476 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
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" }