{
    "component": "anchor",

    "module": "montage/ui/anchor.reel",

    "name": "Anchor",

    "properties": [

        {
            "name": "textContent",
            "type": "string",
            "default": ""
        },
        {
            "name": "href",
            "type": "string",
            "default": ""
        },
        {
            "name": "target",
            "type": "select",
            "default": "_self",
            "possibleValues": ["_self", "_blank", "_parent", "_top"]
        }
    ]
}