-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.manifest
35 lines (28 loc) · 991 Bytes
/
package.manifest
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
{
//you can define multiple editors
propertyEditors: [
{
alias: "smb.EditorWithTokens",
name: "Editor with tokens",
icon: "icon-mailbox",
group: "Rich Content",
editor: {
view: "~/App_Plugins/EditorWithTokens/EditorWithTokens.html",
valueType: "TEXT"
},
prevalues: {
fields: [
{
label: "Tokens",
description: "Provide a list of tokens",
key: "tokens",
view: "multivalues"
}
]
}
}
],
javascript: [
'~/App_Plugins/EditorWithTokens/EditorWithTokens.controller.js'
]
}