{
	"apiVersion": 2,
	"name": "areoi/row",
	"title": "Row",
	"parent": null,
	"category": "areoi-layout",
	"description": "Rows are wrappers for columns. Each column has horizontal padding (called a gutter) for controlling the space between them. This padding is then counteracted on the rows.",
	"textdomain": "default",
	"keywords": [ "areoi", "bootstrap", "layout" ],
	"providesContext": {
		"areoi/isFlex": "is_flex"
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"anchor": {
			"type": "string",
			"default": false
		},
		"block_id": {
			"type": "string",
			"default": null
		},
		"is_flex": {
			"type": "boolean",
			"default": false
		},
		"vertical_align_xs": {
			"type": "string",
			"default": null
		},
		"vertical_align_sm": {
			"type": "string",
			"default": null
		},
		"vertical_align_md": {
			"type": "string",
			"default": null
		},
		"vertical_align_lg": {
			"type": "string",
			"default": null
		},
		"vertical_align_xl": {
			"type": "string",
			"default": null
		},
		"vertical_align_xxl": {
			"type": "string",
			"default": null
		},
		
		"horizontal_align_xs": {
			"type": "string",
			"default": null
		},
		"horizontal_align_sm": {
			"type": "string",
			"default": null
		},
		"horizontal_align_md": {
			"type": "string",
			"default": null
		},
		"horizontal_align_lg": {
			"type": "string",
			"default": null
		},
		"horizontal_align_xl": {
			"type": "string",
			"default": null
		},
		"horizontal_align_xxl": {
			"type": "string",
			"default": null
		},

		"row_cols_xs": {
			"type": "string",
			"default": null
		},
		"row_cols_sm": {
			"type": "string",
			"default": null
		},
		"row_cols_md": {
			"type": "string",
			"default": null
		},
		"row_cols_lg": {
			"type": "string",
			"default": null
		},
		"row_cols_xl": {
			"type": "string",
			"default": null
		},
		"row_cols_xxl": {
			"type": "string",
			"default": null
		},

		"grid_gap_dimension_xs": {
			"type": "string",
			"default": null
		},
		"grid_gap_unit_xs": {
			"type": "string",
			"default": "px"
		},
		"grid_gap_dimension_sm": {
			"type": "string",
			"default": null
		},
		"grid_gap_unit_sm": {
			"type": "string",
			"default": "px"
		},
		"grid_gap_dimension_md": {
			"type": "string",
			"default": null
		},
		"grid_gap_unit_md": {
			"type": "string",
			"default": "px"
		},
		"grid_gap_dimension_lg": {
			"type": "string",
			"default": null
		},
		"grid_gap_unit_lg": {
			"type": "string",
			"default": "px"
		},
		"grid_gap_dimension_xl": {
			"type": "string",
			"default": null
		},
		"grid_gap_unit_xl": {
			"type": "string",
			"default": "px"
		},
		"grid_gap_dimension_xxl": {
			"type": "string",
			"default": null
		},
		"grid_gap_unit_xxl": {
			"type": "string",
			"default": "px"
		},

		"grid_row_gap_dimension_xs": {
			"type": "string",
			"default": null
		},
		"grid_row_gap_unit_xs": {
			"type": "string",
			"default": "px"
		},
		"grid_row_gap_dimension_sm": {
			"type": "string",
			"default": null
		},
		"grid_row_gap_unit_sm": {
			"type": "string",
			"default": "px"
		},
		"grid_row_gap_dimension_md": {
			"type": "string",
			"default": null
		},
		"grid_row_gap_unit_md": {
			"type": "string",
			"default": "px"
		},
		"grid_row_gap_dimension_lg": {
			"type": "string",
			"default": null
		},
		"grid_row_gap_unit_lg": {
			"type": "string",
			"default": "px"
		},
		"grid_row_gap_dimension_xl": {
			"type": "string",
			"default": null
		},
		"grid_row_gap_unit_xl": {
			"type": "string",
			"default": "px"
		},
		"grid_row_gap_dimension_xxl": {
			"type": "string",
			"default": null
		},
		"grid_row_gap_unit_xxl": {
			"type": "string",
			"default": "px"
		},

		"grid_rows_xs": {
			"type": "string",
			"default": null
		},
		"grid_rows_sm": {
			"type": "string",
			"default": null
		},
		"grid_rows_md": {
			"type": "string",
			"default": null
		},
		"grid_rows_lg": {
			"type": "string",
			"default": null
		},
		"grid_rows_xl": {
			"type": "string",
			"default": null
		},
		"grid_rows_xxl": {
			"type": "string",
			"default": null
		},

		"height_dimension_xs": {
			"type": "string",
			"default": null
		},
		"height_unit_xs": {
			"type": "string",
			"default": "px"
		},
		"padding_top_xs": {
			"type": "string",
			"default": null
		},
		"padding_right_xs": {
			"type": "string",
			"default": null
		},
		"padding_bottom_xs": {
			"type": "string",
			"default": null
		},
		"padding_left_xs": {
			"type": "string",
			"default": null
		},
		"margin_top_xs": {
			"type": "string",
			"default": null
		},
		"margin_right_xs": {
			"type": "string",
			"default": null
		},
		"margin_bottom_xs": {
			"type": "string",
			"default": null
		},
		"margin_left_xs": {
			"type": "string",
			"default": null
		},
		"hide_xs": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_sm": {
			"type": "string",
			"default": null
		},
		"height_unit_sm": {
			"type": "string",
			"default": "px"
		},
		"padding_top_sm": {
			"type": "string",
			"default": null
		},
		"padding_right_sm": {
			"type": "string",
			"default": null
		},
		"padding_bottom_sm": {
			"type": "string",
			"default": null
		},
		"padding_left_sm": {
			"type": "string",
			"default": null
		},
		"margin_top_sm": {
			"type": "string",
			"default": null
		},
		"margin_right_sm": {
			"type": "string",
			"default": null
		},
		"margin_bottom_sm": {
			"type": "string",
			"default": null
		},
		"margin_left_sm": {
			"type": "string",
			"default": null
		},
		"hide_sm": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_md": {
			"type": "string",
			"default": null
		},
		"height_unit_md": {
			"type": "string",
			"default": "px"
		},
		"padding_top_md": {
			"type": "string",
			"default": null
		},
		"padding_right_md": {
			"type": "string",
			"default": null
		},
		"padding_bottom_md": {
			"type": "string",
			"default": null
		},
		"padding_left_md": {
			"type": "string",
			"default": null
		},
		"margin_top_md": {
			"type": "string",
			"default": null
		},
		"margin_right_md": {
			"type": "string",
			"default": null
		},
		"margin_bottom_md": {
			"type": "string",
			"default": null
		},
		"margin_left_md": {
			"type": "string",
			"default": null
		},
		"hide_md": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_lg": {
			"type": "string",
			"default": null
		},
		"height_unit_lg": {
			"type": "string",
			"default": "px"
		},
		"padding_top_lg": {
			"type": "string",
			"default": null
		},
		"padding_right_lg": {
			"type": "string",
			"default": null
		},
		"padding_bottom_lg": {
			"type": "string",
			"default": null
		},
		"padding_left_lg": {
			"type": "string",
			"default": null
		},
		"margin_top_lg": {
			"type": "string",
			"default": null
		},
		"margin_right_lg": {
			"type": "string",
			"default": null
		},
		"margin_bottom_lg": {
			"type": "string",
			"default": null
		},
		"margin_left_lg": {
			"type": "string",
			"default": null
		},
		"hide_lg": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_xl": {
			"type": "string",
			"default": null
		},
		"height_unit_xl": {
			"type": "string",
			"default": "px"
		},
		"padding_top_xl": {
			"type": "string",
			"default": null
		},
		"padding_right_xl": {
			"type": "string",
			"default": null
		},
		"padding_bottom_xl": {
			"type": "string",
			"default": null
		},
		"padding_left_xl": {
			"type": "string",
			"default": null
		},
		"margin_top_xl": {
			"type": "string",
			"default": null
		},
		"margin_right_xl": {
			"type": "string",
			"default": null
		},
		"margin_bottom_xl": {
			"type": "string",
			"default": null
		},
		"margin_left_xl": {
			"type": "string",
			"default": null
		},
		"hide_xl": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_xxl": {
			"type": "string",
			"default": null
		},
		"height_unit_xxl": {
			"type": "string",
			"default": "px"
		},
		"padding_top_xxl": {
			"type": "string",
			"default": null
		},
		"padding_right_xxl": {
			"type": "string",
			"default": null
		},
		"padding_bottom_xxl": {
			"type": "string",
			"default": null
		},
		"padding_left_xxl": {
			"type": "string",
			"default": null
		},
		"margin_top_xxl": {
			"type": "string",
			"default": null
		},
		"margin_right_xxl": {
			"type": "string",
			"default": null
		},
		"margin_bottom_xxl": {
			"type": "string",
			"default": null
		},
		"margin_left_xxl": {
			"type": "string",
			"default": null
		},
		"hide_xxl": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"anchor": true,
		"align": false,
		"html": false
	},
	"editorScript": "areoi-blocks",
    "editorStyle": "file:./index.css",
    "style": "file:../../build/style.css"
}
