{
	"class":"section-settings",
	"title":"section-settings",
	"rows":[
		{
			"cols":[
				{
					"class":"col-12 separator-after",
					"controls":{
						"name":{
							"type":"text",
							"hint":"layout-section-name-hint",
							"label":"name"
						}
					}
				},
				{
					"class":"col-12",
					"controls":{
						"full_width":{
							"type":"checkbox",
							"label":"enable-full-width",
							"hint":"layout-section-enable-full-width-hint",
							"value":1,
							"default":1
						}
					}
				},
				{
					"class":"col-12 separator-after",
					"controls":{
						"enable_sticky":{
							"type":"checkbox",
							"label":"enable-sticky",
							"hint":"layout-section-enable-sticky-hint",
							"value":1,
							"default":0
						}
					}
				},
				{
					"class":"col-12",
					"controls":{
						"margin":{
							"type":"spacing-settings",
							"hint":"layout-section-margin-hint",
							"label":"margin"
						}
					}
				},
				{
					"class":"col-12 separator-after",
					"controls":{
						"padding":{
							"type":"spacing-settings",
							"hint":"layout-section-padding-hint",
							"label":"padding"
						}
					}
				},
				{
					"class":"col-12",
					"controls":{
						"class":{
							"type":"text",
							"hint":"layout-section-custom-classes-hint",
							"label":"custom-classes"
						}
					}
				}
			]
		}
	],
	"hidden-in-panel":true
}
