golden hour
/home/phakp/public_html/wp-includes/blocks/preformatted
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
946 B
Del
OK
style-rtl.css
1.55 KB
Del
OK
style-rtl.min.css
105 B
Del
OK
style.css
1.55 KB
Del
OK
style.min.css
105 B
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/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, "__experimentalDefaultControls": { "background": true, "text": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalTextTransform": true, "__experimentalDefaultControls": { "fontSize": true } } }, "style": "wp-block-preformatted" }
Save