{
    "name": "three-object-viewer/model-block",
    "attributes": {
        "scaleX": {
            "type": "int",
            "default":1
        },
        "name": {
            "type": "string"
        },
        "scaleY": {
            "type": "int",
            "default":1
        },
        "scaleZ": {
            "type": "int",
            "default":1
        },
        "positionX": {
            "type": "int",
            "default":0
        },
        "positionY": {
            "type": "int",
            "default":0
        },
        "positionZ": {
            "type": "int",
            "default":0
        },
        "rotationX": {
            "type": "int",
            "default":0
        },
        "rotationY": {
            "type": "int",
            "default":0
        },
        "rotationZ": {
            "type": "int",
            "default":0
        },
        "threeObjectUrl": {
            "type": "string",
            "default": null
        },
        "animations": {
            "type": "string",
            "default": ""
        },
        "alt": {
            "type": "string",
            "default": ""
        },
        "collidable": {
            "type": "boolean",
            "default": true
        }
    },
    "category": "design",
    "parent":  [ "three-object-viewer/environment" ],
    "apiVersion": 2,
    "supports": {
        "html": false,
        "multiple": true
    },
    "textdomain": "three-object-viewer",
    "editorScript": "file:../../build/block-model-block.js",
	"editorStyle": "file:../../build/block-model-block.css",
	"style": "file:../../build/block-model-block.css"
}
