Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/blocks/shortcode
NameTypeSizeActions
📁 .. Folder -
📄 block.json File 464
Edit Download
📄 editor-rtl.css File 650
Edit Download
📄 editor-rtl.min.css File 577
Edit Download
📄 editor.css File 650
Edit Download
📄 editor.min.css File 577
Edit Download
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/shortcode", "title": "Shortcode", "category": "widgets", "description": "Insert additional custom elements with a WordPress shortcode.", "textdomain": "default", "attributes": { "text": { "type": "string", "source": "raw" } }, "supports": { "className": false, "customClassName": false, "html": false }, "editorStyle": "wp-block-shortcode-editor" }