Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
rogermoss
/
nouveau2
/
wp-includes
/
blocks
/
quote
๐ค Upload
๐ New File
๐ New Folder
Close
Editing: 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
Cancel