golden hour
/var/www/html/wp-includes/blocks/quote
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
861 B
Del
OK
style-rtl.css
1.68 KB
Del
OK
style-rtl.min.css
368 B
Del
OK
style.css
1.68 KB
Del
OK
style.min.css
369 B
Del
OK
Edit: block.json
{ "apiVersion": 2, "name": "core/quote", "title": "Quote", "category": "text", "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar", "keywords": [ "blockquote", "cite" ], "textdomain": "default", "attributes": { "value": { "type": "string", "source": "html", "selector": "blockquote", "multiline": "p", "default": "", "__experimentalRole": "content" }, "citation": { "type": "string", "source": "html", "selector": "cite", "default": "", "__experimentalRole": "content" }, "align": { "type": "string" } }, "supports": { "anchor": true }, "styles": [ { "name": "default", "label": "Default", "isDefault": true }, { "name": "large", "label": "Large" } ], "editorStyle": "wp-block-quote-editor", "style": "wp-block-quote" }
Save