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

    "module": "montage/ui/native/image.reel",

    "name": "Image",

    "properties": [

        {
            "name": "alt",
            "type": "string",
            "default": ""
        },
        {
            "name": "src",
            "type": "string",
            "default": ""
        }

    ]
}