/home/smartbloks/www/help.smartbloks.ai/wp-content/plugins/eazydocs/src/shortcode/block.json
{
	"apiVersion": 2,
	"name": "eazydocs/shortcode",
	"version": "0.1.0",
	"title": "EazyDocs Shortcode",
	"category": "eazydocs",
	"icon": "media-document",
	"description": "Display the Docs on the website frontend.",
	"supports": {
		"html": false,
		"anchor": true
	},
	"attributes": {
		"col": {
			"type": "number",
			"default": 3
		},
		"include": {
			"type": "array",
			"default": []
		},
		"exclude": {
			"type": "string"
		},
		"show_docs": {
			"type": "number"
		},
		"show_articles": {
			"type": "number"
		},
		"more": {
			"type": "string",
			"default": "View Details"
		},
		"show_topic": {
			"type": "checkbox",
			"default": true
		},
		"topic_label": {
			"type": "string",
			"default": "Topics"
		},
		"parent_docs_order": {
			"type": "string",
			"default": "none"
		},
		"parent_docs_order_by": {
			"type": "string",
			"default": "none"
		},
		"child_docs_order": {
			"type": "string",
			"default": "desc"
		},
		"docs_layout": {
			"type": "string",
			"default": "grid"
		}
	},
	"textdomain": "eazydocs",
	"editorScript": "file:./index.js"
}