{
	"apiVersion": "1",
	"name": "stp/content",
	"title": "Stepped Content",
	"description": "Showcase Stepped Content.",
	"category": "widgets",
	"keywords": [
		"stepped",
		"documentation",
		"stepped content"
	],
	"textdomain": "stepped-content",
	"attributes": {
		"align": {
			"type": "string",
			"default": "full"
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"data": {
			"type": "array",
			"default": []
		},
		"navBGColor": {
			"type": "string",
			"default": "#fff"
		},
		"title": {
			"type": "string",
			"selector": ".stpContent .stpNav h2",
			"default": "Documentation Page"
		},
		"titleColor": {
			"type": "string",
			"default": "#3c4043"
		},
		"remainingTimeColor": {
			"type": "string",
			"default": "#3c4043"
		},
		"stepsBG": {
			"type": "object",
			"default": {
				"color": "#f8f9fa"
			}
		},
		"isDoneBtn": {
			"type": "boolean",
			"default": true
		},
		"doneBtnLink": {
			"type": "string",
			"default": "#"
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true,
			"columns": {
				"desktop": 1,
				"tablet": 1,
				"mobile": 1
			}
		}
	},
	"editorScript": "file:dist/editor.js",
	"script": "file:dist/script.js"
}