{
	"apiVersion" : 2,
	"name"       : "qs-dark-mode/swicther-button",
	"version"    : "1.0",
	"title"      : "DarkMode Switch",
	"category"   : "widgets",
	"icon"       : "welcome-view-site",
	"description": "QS Dark Mode Block ",
	"attributes" : {
	  "blockId" : {
	    "type" : "string"
	  },
	  "textColor" : {
		"type"    : "string",
		"default" : ""
	  },
	  "textBackground": {
		"type"   : "string",
		"default": ""
	  },
	  "borderColor": {
		"type"   : "string"
	  },
	  "itextColor" : {
		"type"    : "string",
		"default" : ""
	  },
	  "itextBackground": {
		"type"   : "string",
		"default": ""
	  },
	  "iborderColor": {
		"type"   : "string"
	  },
	  "swictherTop": {
		"type"   : "string"
	  },
	  "swictherLeft": {
		"type"   : "string"
	  },
	  "iswictherTop": {
		"type"   : "string"
	  },
	  "ileft": {
		"type"   : "string"
	  },
	  "bottomMargin": {
		"type"   : "string"
	  },
	  "topMargin": {
		"type"   : "string"
	  },
	  "height": {
		"type"   : "string"
	  },
	  "width": {
		"type"   : "string"
	  },
	  "marginLeft": {
		"type"   : "string"
	  }
	},
	"supports": {
	  "html": false
	 
	},
	"textdomain": "qs-dark-mode",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render_callback" : "qs_darkmode_optins_dynamic_render_callback"
  }