{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "masterstudy/courses-container",
  "version": "0.1.2",
  "title": "MasterStudy Courses Grid",
  "category": "masterstudy-lms-blocks",
  "icon": "store",
  "description": "Set up a grid of courses with this block",
  "supports": {
    "html": false,
    "anchor": true
  },
  "attributes": {
    "coursesPerPage": {
      "type": "number",
      "default": 4
    },
    "coursesPerRow": {
      "type": "number",
      "default": 4
    },
    "coursesPerRowTablet": {
      "type": "number",
      "default": 2
    },
    "coursesPerRowMobile": {
      "type": "number",
      "default": 1
    },
    "coursesOrderBy": {
      "type": "string",
      "default": "date_high"
    },
    "coursesCategory": {
      "type": "array",
      "default": []
    },
    "layoutMargin": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutMarginTablet": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutMarginMobile": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutMarginUnit": {
      "type": "string",
      "default": "px"
    },
    "layoutMarginUnitTablet": {
      "type": "string",
      "default": "px"
    },
    "layoutMarginUnitMobile": {
      "type": "string",
      "default": "px"
    },
    "layoutPadding": {
      "type": "object",
      "default": {
        "top": "100",
        "right": "20",
        "bottom": "100",
        "left": "20"
      }
    },
    "layoutPaddingTablet": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutPaddingMobile": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutPaddingUnit": {
      "type": "string",
      "default": "px"
    },
    "layoutPaddingUnitTablet": {
      "type": "string",
      "default": "px"
    },
    "layoutPaddingUnitMobile": {
      "type": "string",
      "default": "px"
    },
    "cardGap": {
      "type": "number",
      "default": 30
    },
    "cardGapTablet": {
      "type": "number",
      "default": null
    },
    "cardGapMobile": {
      "type": "number",
      "default": null
    },
    "cardGapUnit": {
      "type": "string",
      "default": "px"
    },
    "cardGapUnitTablet": {
      "type": "string",
      "default": "px"
    },
    "cardGapUnitMobile": {
      "type": "string",
      "default": "px"
    },
    "layoutBackground": {
      "type": "string",
      "default": "#EEF1F7"
    },
    "layoutBorderStyle": {
      "type": "string",
      "default": "none"
    },
    "layoutBorderStyleTablet": {
      "type": "string",
      "default": ""
    },
    "layoutBorderStyleMobile": {
      "type": "string",
      "default": ""
    },
    "layoutBorderColor": {
      "type": "string",
      "default": ""
    },
    "layoutBorderColorTablet": {
      "type": "string",
      "default": ""
    },
    "layoutBorderColorMobile": {
      "type": "string",
      "default": ""
    },
    "layoutBorderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutBorderWidthTablet": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutBorderWidthMobile": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutBorderWidthUnit": {
      "type": "string",
      "default": "px"
    },
    "layoutBorderWidthUnitTablet": {
      "type": "string",
      "default": "px"
    },
    "layoutBorderWidthUnitMobile": {
      "type": "string",
      "default": "px"
    },
    "layoutBorderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutBorderRadiusTablet": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutBorderRadiusMobile": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "layoutBorderRadiusUnit": {
      "type": "string",
      "default": "px"
    },
    "layoutBorderRadiusUnitTablet": {
      "type": "string",
      "default": "px"
    },
    "layoutBorderRadiusUnitMobile": {
      "type": "string",
      "default": "px"
    },
    "layoutWidth": {
      "type": "string",
      "default": "alignfull"
    },
    "layoutWidthTablet": {
      "type": "string",
      "default": ""
    },
    "layoutWidthMobile": {
      "type": "string",
      "default": ""
    },
    "layoutZIndex": {
      "type": "number",
      "default": null
    },
    "layoutZIndexTablet": {
      "type": "number",
      "default": null
    },
    "layoutZIndexMobile": {
      "type": "number",
      "default": null
    }
  },
  "keywords": [
    "lms",
    "tab",
    "courses",
    "masterstudy"
  ],
  "example": {},
  "providesContext": {
    "masterstudy/coursesPerPage": "coursesPerPage",
    "masterstudy/coursesPerRow": "coursesPerRow",
    "masterstudy/coursesPerRowTablet": "coursesPerRowTablet",
    "masterstudy/coursesPerRowMobile": "coursesPerRowMobile",
    "masterstudy/coursesOrderBy": "coursesOrderBy",
    "masterstudy/coursesCategory": "coursesCategory"
  },
  "textdomain": "masterstudy-lms-learning-management-system",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}