Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/blocks/separator
NameTypeSizeActions
📁 .. Folder -
📄 block.json File 1146
Edit Download
📄 editor-rtl.css File 105
Edit Download
📄 editor-rtl.min.css File 97
Edit Download
📄 editor.css File 105
Edit Download
📄 editor.min.css File 97
Edit Download
📄 style-rtl.css File 461
Edit Download
📄 style-rtl.min.css File 405
Edit Download
📄 style.css File 461
Edit Download
📄 style.min.css File 405
Edit Download
📄 theme-rtl.css File 485
Edit Download
📄 theme-rtl.min.css File 437
Edit Download
📄 theme.css File 485
Edit Download
📄 theme.min.css File 437
Edit Download
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/separator", "title": "Separator", "category": "design", "description": "Create a break between ideas or sections with a horizontal separator.", "keywords": [ "horizontal-line", "hr", "divider" ], "textdomain": "default", "attributes": { "opacity": { "type": "string", "default": "alpha-channel" }, "tagName": { "type": "string", "enum": [ "hr", "div" ], "default": "hr" } }, "supports": { "anchor": true, "align": [ "center", "wide", "full" ], "color": { "enableContrastChecker": false, "__experimentalSkipSerialization": true, "gradients": true, "background": true, "text": false, "__experimentalDefaultControls": { "background": true } }, "spacing": { "margin": [ "top", "bottom" ] }, "interactivity": { "clientNavigation": true } }, "styles": [ { "name": "default", "label": "Default", "isDefault": true }, { "name": "wide", "label": "Wide Line" }, { "name": "dots", "label": "Dots" } ], "editorStyle": "wp-block-separator-editor", "style": "wp-block-separator" }