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

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

    "name": "Image",

    "properties": [

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

    ]
}