{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "novablocks/cpt-metafields",
	"title": "Custom Metafields",
	"category": "nova-blocks",
	"description": "Display all the custom metafields configured for the current custom post type.",
	"keywords": ["meta", "custom", "project"],
	"textdomain": "nova-blocks",
	"attributes": {},
	"usesContext": [
		"postId",
		"postType"
	],
	"supports": {
		"align": [ "wide" ],
		"novaBlocks": {
			"spaceAndSizing": true
		}
	}
}
