{
	"apiVersion": 2,
	"name": "asl/asl-advantage-table",
	"title": "Advantage Table",
	"category": "block-by-asl",
	"attributes": {
		"plusHead": {
			"type": "string",
			"source": "html",
			"selector": ".plus span"
		},
		"minusHead": {
			"type": "string",
			"source": "html",
			"selector": ".minus span"
		},
		"plusBody": {
			"type": "string",
			"source": "html",
			"selector": ".plus-text ul"
		},
		"minusBody": {
			"type": "string",
			"source": "html",
			"selector": ".minus-text ul"
		},
		"grayBody": {
			"type": "string",
			"source": "html",
			"selector": ".gray_table div"
		}
	},
	"supports": {
		"html": false
	},
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}
