-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
42 lines (42 loc) · 941 Bytes
/
extension.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "contentful-extension-matrix-field",
"name": "Matrix",
"srcdoc": "./dist/index.html",
"fieldTypes": [
"Object"
],
"parameters": {
"instance": [
{
"id": "video",
"name": "Video field",
"description": "Enable video field",
"type": "Boolean"
},
{
"id": "image",
"name": "Image field",
"description": "Enable image field",
"type": "Boolean"
},
{
"id": "textWithImage",
"name": "Text with image",
"description": "Enable text with image field",
"type": "Boolean"
},
{
"id": "title",
"name": "Title",
"description": "Enable title field",
"type": "Boolean"
},
{
"id": "titleWithBody",
"name": "Title with body text",
"description": "Enable title with body text field",
"type": "Boolean"
}
]
}
}