-
Notifications
You must be signed in to change notification settings - Fork 32
/
extension.json
52 lines (52 loc) · 1.88 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"id": "TinyMCE (v2)",
"name": "TinyMCE (v2)",
"src": "https://contentful.tiny.cloud/",
"fieldTypes": ["Text"],
"parameters": {
"installation": [
{
"id": "apiKey",
"type": "Symbol",
"name": "TinyMCE Cloud API Key",
"description": "",
"required": false,
"default": "please-specify-your-key"
},
{
"id": "channel",
"type": "Symbol",
"name": "TinyMCE Cloud 'channel' to use",
"description": "",
"required": false,
"default": "5"
}
],
"instance": [
{
"id": "plugins",
"name": "Plugins",
"type": "Symbol",
"default": "autoresize textpattern lists advlist a11ychecker linkchecker media mediaembed powerpaste tinymcespellchecker advcode image",
"required": false,
"description": "Space separated list of TinyMCE plugins to enable. See https://www.tiny.cloud/docs/plugins/ for more information on plugins."
},
{
"id": "toolbar",
"name": "Toolbar",
"type": "Symbol",
"default": "undo redo | formatselect | bold italic | alignleft aligncenter alignright alignjustify | numlist bullist outdent intent | code",
"required": false,
"description": "Specify your toolbar configuration here. To use the default toolbar, clear this field. To hide the toolbar, enter the value 'false'. See https://www.tiny.cloud/docs/configure/editor-appearance/#"
},
{
"id": "menubar",
"name": "Menubar",
"type": "Symbol",
"default": "edit view insert format",
"required": false,
"description": "Specify the menus to display here. To use the default menu bar, clear this field. To hide the menu, enter the value 'false'. See https://www.tiny.cloud/docs/configure/editor-appearance/#menubar"
}
]
}
}