{
    "name": "three-object-viewer/three-text-block",
    "attributes": {
        "scaleX": {
            "type": "int",
            "default":1
        },
        "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
        },
        "destinationUrl": {
            "type": "string",
            "default": null
        },
        "textContent": {
            "type": "string",
            "default": null
        },
		"textColor": {
            "type": "string",
            "default": "0x000000"
        },
        "animations": {
            "type": "string",
            "default": ""
        },
        "collidable": {
            "type": "boolean",
            "default": false
        }
    },
    "category": "design",
    "parent":  [ "three-object-viewer/environment" ],
    "apiVersion": 2,
    "supports": {
        "html": false,
        "multiple": true
    },
    "textdomain": "three-object-viewer",
    "editorScript": "file:../../build/block-three-text-block.js",
	"editorStyle": "file:../../build/block-three-text-block.css",
	"style": "file:../../build/block-three-text-block.css"
}
