/home/techb158/dev.aleamaralawal.com/wp-includes/blocks/html
NameSizeModeActions
block.json5910644editdlrm
editor-rtl.css33720644editdlrm
editor-rtl.min.css11840644editdlrm
editor.css33880644editdlrm
editor.min.css11830644editdlrm
Edit: /home/techb158/dev.aleamaralawal.com/wp-includes/blocks/html/block.json (591B)
{ "$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", "role": "local" } }, "supports": { "customClassName": false, "className": false, "html": false, "interactivity": { "clientNavigation": true }, "listView": true, "customCSS": false, "visibility": false }, "editorStyle": "wp-block-html-editor" }