aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/image.json
blob: 22548cf9d0544df3205640a8a634f7e0065563f9 (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/image.reel",

    "name": "Image",

    "properties": [

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

    ]
}