{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "k2/totallessons",
	"version": "0.1.0",
	"title": "Total Lessons",
	"category": "k2-blocks-learndash",
	"icon": "smiley",
	"description": "Displays a card with design effects enable user to show total number of Lessons in a course.",
	"keywords":  [ "learndash","ld", "K2 Blocks", "Lessons" ],
	"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": {
		"k2_total_courses":{
			"type":"array"
		},
		"SelectedK2Course":{
			"type":"string"
		},
		"NumberOfLessons":{
			"type":""
		},
		"K2ldmainContPaddingLessons": {
			"type": "object",
			"default": {"top": "10px", "right": "10px", "bottom": "10px", "left": "10px"}
		},
		"K2ldmainContMarginLessons":{
			"type": "object",
			"default": {"top": "0px", "right": "6px", "bottom": "0px", "left": "0px"}
		},
		"K2ldmainContBorderLessons": {
			"type": "object",
			"default": {"color": "#0FAE96", "style": "solid", "width": "1px"}
		},
		"K2ldmainContBorderRadiusLessons": {
			"type": "object",
			"default": {"top": "10px", "right": "10px", "bottom": "10px", "left": "10px"}
		},
		"K2ldHeadingSizeLessons": {
			"type": "number",
			"default": 26
		},
		"K2ldheadingFontFamLessons": {
			"type": "string",
			"default":"Montserrat, san-serif"
		},
		"K2ldheadingFontWeightLessons": {
			"type": "string"
		},
		"K2ldheadingColorLessons":{
			"type":"string",
			"default":"#1D1D1D"
		},
		"K2ldCountSizeLessons": {
			"type": "number",
			"default": 26
		},
		"K2ldCountFontFamLessons": {
			"type": "string"
		},
		"K2ldCountFontWeightLessons": {
			"type": "string"
		},
		"K2ldCountColorLessonss": {
			"type": "string"
		},
		"k2ldImageLessons": {
			"type": "string",
			"default": "http://k2blocks.com/wp-content/uploads/2024/05/learning.png"
		},
		"k2ldImageWidthLessons": {
			"type": "number",
			"default": 100
		},
		"K2ldImageBackgroundLessons": {
			"type": "string",
			"default":"#26063C"
		},
		"K2ldImageContBorderRadiusLessons": {
			"type": "object",
			"default": {"top": "10px", "right": "10px", "bottom": "10px", "left": "10px"}
		},
		"K2LDImageAlignmentLessons": {
			"type": "string",
			"default": "center"
		}
	}
}