{
	"class": "logo",
	"rows": [
		{
			"cols": [
				{
					"class": "col-12 separator-after",
					"controls": {
						"name": {
							"type": "text",
							"hint":"layout-logo-name-hint",
							"label": "name"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"logo": {
							"type": "image-selector",
							"hint":"layout-logo-hint",
							"label": "logo"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"mobile-logo": {
							"type": "image-selector",
							"hint":"layout-mobile-logo-hint",
							"label": "mobile-logo"
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"alt": {
							"type": "text",
							"hint":"layout-logo-alt-text-hint",
							"label": "logo-alt-text"
						}
					}
				},
				{
					"class": "col-12 separator-after",
					"controls": {
						"link": {
							"type": "text",
							"hint":"layout-logo-link-hint",
							"label": "logo-link",
							"placeholder": "http://"
						}
					}
				},
				{
					"class": "col-12 separator-after display-in-layout",
					"controls": {
						"visible_in": {
							"type": "checkbox",
							"hint":"layout-logo-display-in-layout-hint",
							"check-none": false,
							"label": "display-in-layout",
							"options": [
								{ "value": "lg", "label": "desktop" },
								{ "value": "md", "label": "laptop" },
								{ "value": "sm", "label": "tablet" },
								{ "value": "xs", "label": "smartphone" }
							],
							"default": [ "lg", "md", "sm", "xs" ]
						}
					}
				},
				{
					"class": "col-12",
					"controls": {
						"class": {
							"type": "text",
							"hint":"layout-logo-custom-classes-hint",
							"label": "custom-classes"
						}
					}
				}
			]
		}
	]
}
