{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "pmpro-courses/all-courses",
    "version": "1.0.0",
    "title": "PMPro Courses: All Courses",
    "category": "pmpro",
    "icon": "admin-page",
    "description": "Show a list of all available PMPro courses.",
    "supports": {
        "html": false
    },
    "textdomain": "pmpro-courses",
    "editorScript": "file:./index.js",
    "attributes": {
        "limit": {
            "type": "string",
            "default": "-1"
        }
    }
}