aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/anchor.json
blob: e3847374218284695df146f3b1aee98dea2ab693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "component": "anchor",

    "module": "montage/ui/native/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"]
        }
    ]
}