{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "novablocks/navigation-dark-mode",
	"title": "Dark Mode Item",
	"category": "nova-blocks",
	"parent": [ "core/navigation", "core/navigation-submenu" ],
	"description": "A dark-mode switcher item for the header navigation. Projects to the classic menu dark-mode item so the frontend renders 1:1.",
	"keywords": [ "menu", "navigation", "dark mode", "switcher" ],
	"textdomain": "nova-blocks",
	"icon": "visibility",
	"attributes": {
		"label": { "type": "string" },
		"novablocksBadge": { "type": "string" },
		"novablocksVisualStyle": { "type": "string" }
	},
	"supports": {
		"html": false,
		"reusable": false
	}
}
