Priority File Manager

📁 public_html
Base Directory:
/home/toolrmtm/crazyespresso.com/wp-includes/blocks/html
NameTypeSizeActions
📁 .. Folder -
📄 block.json File 548
Edit Download
📄 editor-rtl.css File 928
Edit Download
📄 editor-rtl.min.css File 831
Edit Download
📄 editor.css File 927
Edit Download
📄 editor.min.css File 830
Edit Download
{ "$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", "role": "content" } }, "supports": { "customClassName": false, "className": false, "html": false, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-html-editor" }