golden hour
/home/godaofbq/hardchambers.com/wp-includes/blocks/html
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
526 B
Del
OK
editor-rtl.css
857 B
Del
OK
editor-rtl.min.css
766 B
Del
OK
editor.css
856 B
Del
OK
editor.min.css
765 B
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/html", "title": "Custom HTML", "category": "widgets", "description": "Add custom HTML code and preview it as you edit.", "keywords": [ "embed" ], "textdomain": "default", "attributes": { "content": { "type": "string", "source": "raw" } }, "supports": { "customClassName": false, "className": false, "html": false, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-html-editor" }
Save