{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "k2/totalcourses",
	"version": "0.1.0",
	"title": "Total Courses",
	"category": "k2-blocks-learndash",
	"icon": "smiley",
	"description": "Displays a card with design effects enable user to show total number of Courses",
	"keywords":  [ "learndash","ld", "K2 Blocks", "Courses" ],
	"example": {},
	"supports": {
		"html": false,
		"spacing": {
            "margin": true, 
            "padding": true, 
            "blockGap": true  
        }
	},
	"textdomain": "k2-blocks",
	"editorScript": "file:../../../../dist/index.js",
	"editorStyle": "file:../../../../dist/all-blocks.css",
	"style": "file:../../../../dist/style-all-blocks.css",
	"attributes": {
		"ldcourses":{
			"type":"object"
		},
		"k2LdCoursedata": {
			"type": ""	
		},
		"k2LdfilterType" : {
			"type":"string",
			"default": "all"
		},
		"K2ldmainContPadding": {
			"type": "object",
			"default": {"top": "10px", "right": "10px", "bottom": "10px", "left": "10px"}
		},
		"K2ldmainContMargin":{
			"type": "object",
			"default": {"top": "0px", "right": "6px", "bottom": "0px", "left": "0px"}
		},
		"K2ldmainContBorder": {
			"type": "object",
			"default": {"color": "#0FAE96", "style": "solid", "width": "1px"}
		},
		"K2ldmainContBorderRadius": {
			"type": "object",
			"default": {"top": "10px", "right": "10px", "bottom": "10px", "left": "10px"}
		},
		"K2ldmainContBackground": {
			"type": "string",
			"default": "#fff"
		},
		"K2ldHeadingSize": {
			"type": "number",
			"default": 26
		},
		"K2ldheadingFontFam": {
			"type": "string",
			"default":"Montserrat, san-serif"
		},
		"K2ldheadingFontWeight": {
			"type": "string"
		},
		"K2ldheadingColor":{
			"type":"string",
			"default":"#1D1D1D"
		},
		"K2ldCountSize": {
			"type": "number",
			"default": 26
		},
		"K2ldCountFontFam": {
			"type": "string"
		},
		"K2ldCountFontWeight": {
			"type": "string"
		},
		"K2ldCountColor": {
			"type": "string"
		},
		"k2ldImage": {
			"type": "string",
			"default": "http://k2blocks.com/wp-content/uploads/2024/05/book-2.png"
		},
		"k2ldImageWidth": {
			"type": "number",
			"default": 100
		},
		"K2ldImageBackground": {
			"type": "string",
			"default":"#52BF3F"
		},
		"K2ldImageContBorderRadius": {
			"type": "object",
			"default": {"top": "10px", "right": "10px", "bottom": "10px", "left": "10px"}
		},
		"K2LDImageAlignment": {
			"type": "string",
			"default": "center"
		},
		"K2LDgroupList": {
			"type": "array"
		},
		"SelectedK2groupList": {
			"type": "string"
		},
		"courseMaindivID":{
			"type": "string"
		}
	}
}
