golden hour
/var/www/html/wp-includes/blocks/preformatted
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
565 B
Del
OK
style-rtl.css
1.4 KB
Del
OK
style-rtl.min.css
105 B
Del
OK
style.css
1.4 KB
Del
OK
style.min.css
105 B
Del
OK
Edit: block.json
{ "apiVersion": 2, "name": "core/preformatted", "title": "Preformatted", "category": "text", "description": "Add text that respects your spacing and tabs, and also allows styling.", "textdomain": "default", "attributes": { "content": { "type": "string", "source": "html", "selector": "pre", "default": "", "__unstablePreserveWhiteSpace": true, "__experimentalRole": "content" } }, "supports": { "anchor": true, "color": { "gradients": true }, "typography": { "fontSize": true } }, "style": "wp-block-preformatted" }
Save