{
	"apiVersion": "1",
	"name": "sep/separator",
	"title": "Section Separator",
	"description": "Separate the section in beautiful way.",
	"category": "widgets",
	"keywords": [
		"wave separator",
		"wave section separator",
		"separator"
	],
	"textdomain": "separator",
	"attributes": {
		"align": {
			"type": "string",
			"default": "full"
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"segments": {
			"type": "number",
			"default": 20
		},
		"waves": {
			"type": "array",
			"default": [
				{
					"speed": 1.5,
					"shape": 1.8,
					"position": 0,
					"fillColor": "#0d5cb4",
					"strokeWidth": 2,
					"strokeColor": "#4c9af0"
				},
				{
					"speed": 1,
					"shape": 1.5,
					"position": 75,
					"fillColor": "#05acec",
					"strokeWidth": 2,
					"strokeColor": "#4c9af0"
				},
				{
					"speed": 2,
					"shape": 1.9,
					"position": 150,
					"fillColor": "#093da8",
					"strokeWidth": 2,
					"strokeColor": "#4c9af0"
				}
			]
		},
		"position": {
			"type": "string",
			"default": "bottom"
		},
		"height": {
			"type": "string",
			"default": "300px"
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"editorScript": "file:dist/editor.js",
	"script": "file:dist/script.js"
}