/home/altere25/quintelacrosse.com/wp-includes/blocks/html
NameSizeModeActions
block.json5260644editdlrm
editor-rtl.css8570644editdlrm
editor-rtl.min.css7660644editdlrm
editor.css8560644editdlrm
editor.min.css7650644editdlrm
Edit: /home/altere25/quintelacrosse.com/wp-includes/blocks/html/block.json (526B)
{ "$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" }