{
	"class": "heading-settings",
	"rows": [
		{
			"cols": [
				{
					"class": "col-12",
					"controls": {
						"headings-color": {
							"type": "color-picker",
							"hint":"style-heading-color-hint",
							"label": "color",
							"default": "#000"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-font-type": {
							"type": "select",
							"hint":"style-heading-font-type-hint",
							"label": "font-type",
							"options": [
								{
									"label": "standard",
									"value": "standard"
								},
								{
									"label": "google",
									"value": "google"
								},
								{
									"label": "custom",
									"value": "custom"
								}
							],
							"default": "standard"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-standard-font-family": {
							"type": "select",
							"hint":"style-heading-font-family-hint",
							"label": "font-family",
							"options": [
								{
									"label": "Georgia",
									"value": "Georgia, serif",
									"class": "georgia"
								},
								{
									"label": "Palatino Linotype",
									"value": "'Palatino Linotype', 'Book Antiqua', Palatino, serif",
									"class": "palatino-linotype"
								},
								{
									"label": "Times New Roman",
									"value": "'Times New Roman', Times, serif",
									"class": "times-new-roman"
								},
								{
									"label": "Arial",
									"value": "Arial, Helvetica, sans-serif",
									"class": "arial"
								},
								{
									"label": "Arial Black",
									"value": "'Arial Black', Gadget, sans-serif",
									"class": "arial-black"
								},
								{
									"label": "Comic Sans MS",
									"value": "'Comic Sans MS', cursive, sans-serif",
									"class": "comic-sans-ms"
								},
								{
									"label": "Impact",
									"value": "Impact, Charcoal, sans-serif",
									"class": "impact"
								},
								{
									"label": "Lucida Sans Unicode",
									"value": "'Lucida Sans Unicode', 'Lucida Grande', sans-serif",
									"class": "lucida-sans-unicode"
								},
								{
									"label": "Tahoma",
									"value": "Tahoma, Geneva, sans-serif",
									"class": "tahoma"
								},
								{
									"label": "Trebuchet MS",
									"value": "'Trebuchet MS', Helvetica, sans-serif",
									"class": "trebuchet-ms"
								},
								{
									"label": "Verdana",
									"value": "Verdana, Geneva, sans-serif",
									"class": "verdana"
								},
								{
									"label": "Courier New",
									"value": "'Courier New', Courier, monospace",
									"class": "courier-new"
								},
								{
									"label": "Lucida Console",
									"value": "'Lucida Console', Monaco, monospace",
									"class": "lucida-console"
								}
							]
						}
					},
					"requires": {
						"headings-font-type": "standard"
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-google-font-family": {
							"type": "google-font-selector",
							"hint":"style-heading-font-family-google-hint",
							"label": "font-family"
						}
					},
					"requires": {
						"headings-font-type": "google"
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-custom-font-file": {
							"type": "custom-font",
							"hint":"style-heading-font-file-hint",
							"label": "font-file"
						}
					},
					"requires": {
						"headings-font-type": "custom"
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-font-weight": {
							"type": "select",
							"hint":"style-heading-font-weight-hint",
							"label": "font-weight",
							"options": [
								{
									"label": "font-style-normal",
									"value": "normal"
								},
								{
									"label": "font-weight-bold",
									"value": "bold"
								}
							]
						}
					},
					"requires": {
						"headings-font-type": "standard"
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-font-style": {
							"type": "select",
							"hint":"style-heading-font-style-hint",
							"label": "font-style",
							"options": [
								{
									"label": "font-style-normal",
									"value": "normal"
								},
								{
									"label": "font-style-italic",
									"value": "italic"
								},
								{
									"label": "font-style-oblique",
									"value": "oblique"
								}
							]
						}
					},
					"requires": {
						"headings-font-type": "standard"
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-text-transform": {
							"type": "select",
							"hint":"style-heading-text-transform-hint",
							"label": "text-transform",
							"options": [
								{
									"label": "none",
									"value": "none"
								},
								{
									"label": "text-transform-capitalize",
									"value": "capitalize"
								},
								{
									"label": "text-transform-uppercase",
									"value": "uppercase"
								},
								{
									"label": "text-transform-lowercase",
									"value": "lowercase"
								}
							]
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-text-shadow": {
							"type": "text-shadow-settings",
							"hint":"style-heading-text-shadow-hint",
							"label": "text-shadow"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-base-size": {
							"type": "slider",
							"hint":"style-heading-base-size-hint",
							"label": "base-size",
							"default": 12,
							"suffix": "px"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-line-height": {
							"type": "slider",
							"hint":"style-heading-line-height-hint",
							"label": "line-height",
							"min": 0,
							"max": 10,
							"step": 0.1,
							"default": 1.4,
							"suffix": "em"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"headings-letter-spacing": {
							"type": "slider",
							"hint":"style-heading-letter-spacing-hint",
							"label": "letter-spacing",
							"default": 0,
							"suffix": "px"
						}
					}
				}
			]
		}
	]
}
