{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "leco-cp/all-projects-link",
	"version": "0.1.0",
	"title": "All Projects Link",
	"category": "widgets",
	"parent": ["core/navigation"],
	"icon": "admin-links",
	"description": "Show the all projects link if the user is logged in",
	"supports": {
		"anchor": true,
		"customClassName": true,
		"html": false,
		"multiple": false,
		"reusable": false
	},
	"textdomain": "leco-cp",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"render": "file:./render.php",
	"attributes": {
		"linkText": {
			"type": "string",
			"default": "All Projects"
		}
	}
}
