golden hour
/var/www/html/wp-includes/blocks/post-title
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
835 B
Del
OK
style-rtl.css
1.33 KB
Del
OK
style-rtl.min.css
44 B
Del
OK
style.css
1.33 KB
Del
OK
style.min.css
44 B
Del
OK
Edit: block.json
{ "apiVersion": 2, "name": "core/post-title", "title": "Post Title", "category": "theme", "description": "Displays the title of a post, page, or any other content-type.", "textdomain": "default", "usesContext": [ "postId", "postType", "queryId" ], "attributes": { "textAlign": { "type": "string" }, "level": { "type": "number", "default": 2 }, "isLink": { "type": "boolean", "default": false }, "rel": { "type": "string", "attribute": "rel", "default": "" }, "linkTarget": { "type": "string", "default": "_self" } }, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "link": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true } }, "style": "wp-block-post-title" }
Save