strange behaviour: In Twenty Twenty Five Theme the Custom block Created through Plugin automatically gets added in sidebar area?

admin2025-05-31  5

strange behaviour: In Twenty Twenty Five Theme the Custom block automatically gets added in sidebar area?

It is also ouputting render.pho content on front page.

block.json —

{
    "$schema": ".json",
    "apiVersion": 3,
    "name": "woracioussuite/custom-sidebar-menu",
    "version": "0.1.0",
    "title": "Custom Nav",
    "category": "theme",
    "icon": "smiley",
    "description": "Example block scaffolded with Create Block tool.",
    "example": {},
    "supports": {
        "html": false
    },
    "textdomain": "woracious-suite",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css",
    "viewScript": "file:./view.js",
    "render": "file:./render.php"
}

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748640591a313714.html

最新回复(0)