Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/blocks/embed
NameTypeSizeActions
📁 .. Folder -
📄 block.json File 1036
Edit Download
📄 editor-rtl.css File 784
Edit Download
📄 editor-rtl.min.css File 707
Edit Download
📄 editor.css File 784
Edit Download
📄 editor.min.css File 707
Edit Download
📄 style-rtl.css File 1729
Edit Download
📄 style-rtl.min.css File 1596
Edit Download
📄 style.css File 1729
Edit Download
📄 style.min.css File 1596
Edit Download
📄 theme-rtl.css File 200
Edit Download
📄 theme-rtl.min.css File 176
Edit Download
📄 theme.css File 200
Edit Download
📄 theme.min.css File 176
Edit Download
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/embed", "title": "Embed", "category": "embed", "description": "Add a block that displays content pulled from other sites, like Twitter or YouTube.", "textdomain": "default", "attributes": { "url": { "type": "string", "role": "content" }, "caption": { "type": "rich-text", "source": "rich-text", "selector": "figcaption", "role": "content" }, "type": { "type": "string", "role": "content" }, "providerNameSlug": { "type": "string", "role": "content" }, "allowResponsive": { "type": "boolean", "default": true }, "responsive": { "type": "boolean", "default": false, "role": "content" }, "previewable": { "type": "boolean", "default": true, "role": "content" } }, "supports": { "align": true, "spacing": { "margin": true }, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-embed-editor", "style": "wp-block-embed" }