{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "grassblade/xapi-content",
    "version": "1.0",
    "title": "xAPI Content",
    "category": "grassblade-blocks",
    "icon": "welcome-learn-more",
    "description": "You can add your xAPI Content using the dropdown below.",
    "attributes": {
        "check_completion": {"type": "string"},
        "content_id" : {"type": "string"},
        "className" : {"type": "string"}
      },
    "supports": {
        "html": false
    },
    "textdomain": "grassblade",
    "render": "file:./render.php"
}