golden hour
/var/www/html/wp-includes/blocks/query-title
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
577 B
Del
OK
editor-rtl.css
1.35 KB
Del
OK
editor-rtl.min.css
67 B
Del
OK
editor.css
1.35 KB
Del
OK
editor.min.css
67 B
Del
OK
Edit: block.json
{ "apiVersion": 2, "name": "core/query-title", "title": "Query Title", "category": "design", "description": "Display the query title.", "textdomain": "default", "attributes": { "type": { "type": "string" }, "textAlign": { "type": "string" }, "level": { "type": "number", "default": 1 } }, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "gradients": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true } }, "editorStyle": "wp-block-query-title-editor" }
Save