{
	"class": "joomla-module",
	"rows": [
		{
			"cols": [
				{
					"class": "col-12 separator-after",
					"controls": {
						"name": {
							"type": "text",
							"hint":"layout-joomla-module-name-hint",
							"label": "name"
						}
					}
				},
				{
					"class": "col-12 separator-after",
					"controls": {
						"module": {
							"type": "module-selector",
							"hint":"layout-joomla-module-selector-hint",
							"label": "module"
						}
					}
				},
				{
					"class": "col-12 separator-after display-in-layout",
					"controls": {
						"visible_in": {
							"type": "checkbox",
							"hint":"layout-joomla-module-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-joomla-module-custom-classes-hint",
							"label": "custom-classes"
						}
					}
				}
			]
		}
	]
}
